diff --git a/Cargo.toml b/Cargo.toml index 109b906..bf79152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,20 @@ [package] name = "h2" -version = "0.1.0" +version = "0.1.0" # remember to update html_root_url +license = "MIT" authors = ["Carl Lerche "] +description = "An HTTP/2.0 client and server" +documentation = "https://docs.rs/h2" +homepage = "https://github.com/carllerche/h2" +repository = "https://github.com/carllerche/h2" +readme = "README.md" +keywords = ["http", "async", "non-blocking"] +categories = ["asynchronous", "web-programming", "network-programming"] [badges.travis-ci] repository = "carllerche/h2" branch = "master" -[badges.codecov] -repository = "carllerche/h2" -branch = "master" -service = "github" - [features] # Enables **unstable** APIs. Any API exposed by this feature has no backwards