diff options
Diffstat (limited to 'third_party/rust/headers-core/Cargo.toml')
-rw-r--r-- | third_party/rust/headers-core/Cargo.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/third_party/rust/headers-core/Cargo.toml b/third_party/rust/headers-core/Cargo.toml new file mode 100644 index 0000000000..9c8ea8be8f --- /dev/null +++ b/third_party/rust/headers-core/Cargo.toml @@ -0,0 +1,24 @@ +# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO +# +# When uploading crates to the registry Cargo will automatically +# "normalize" Cargo.toml files for maximal compatibility +# with all versions of Cargo and also rewrite `path` dependencies +# to registry (e.g., crates.io) dependencies +# +# If you believe there's an error in this file please file an +# issue against the rust-lang/cargo repository. If you're +# editing this file be aware that the upstream Cargo.toml +# will likely look very different (and much more reasonable) + +[package] +name = "headers-core" +version = "0.2.0" +authors = ["Sean McArthur <sean@seanmonstar.com>"] +description = "typed HTTP headers core trait" +homepage = "https://hyper.rs" +readme = "README.md" +keywords = ["http", "headers", "hyper", "hyperium"] +license = "MIT" +repository = "https://github.com/hyperium/headers" +[dependencies.http] +version = "0.2.0" |