1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "http" 16version = "0.2.4" 17authors = ["Alex Crichton <alex@alexcrichton.com>", "Carl Lerche <me@carllerche.com>", "Sean McArthur <sean@seanmonstar.com>"] 18description = "A set of types for representing HTTP requests and responses.\n" 19documentation = "https://docs.rs/http" 20readme = "README.md" 21keywords = ["http"] 22categories = ["web-programming"] 23license = "MIT/Apache-2.0" 24repository = "https://github.com/hyperium/http" 25 26[[bench]] 27name = "header_map" 28path = "benches/header_map/mod.rs" 29 30[[bench]] 31name = "header_name" 32path = "benches/header_name.rs" 33 34[[bench]] 35name = "header_value" 36path = "benches/header_value.rs" 37 38[[bench]] 39name = "method" 40path = "benches/method.rs" 41 42[[bench]] 43name = "uri" 44path = "benches/uri.rs" 45[dependencies.bytes] 46version = "1" 47 48[dependencies.fnv] 49version = "1.0.5" 50 51[dependencies.itoa] 52version = "0.4.1" 53[dev-dependencies.doc-comment] 54version = "0.3" 55 56[dev-dependencies.indexmap] 57version = "1.0" 58 59[dev-dependencies.quickcheck] 60version = "0.9.0" 61 62[dev-dependencies.rand] 63version = "0.7.0" 64 65[dev-dependencies.seahash] 66version = "3.0.5" 67 68[dev-dependencies.serde] 69version = "1.0" 70 71[dev-dependencies.serde_json] 72version = "1.0" 73