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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.49.0" 15name = "http" 16version = "0.2.9" 17authors = [ 18 "Alex Crichton <[email protected]>", 19 "Carl Lerche <[email protected]>", 20 "Sean McArthur <[email protected]>", 21] 22description = """ 23A set of types for representing HTTP requests and responses. 24""" 25documentation = "https://docs.rs/http" 26readme = "README.md" 27keywords = ["http"] 28categories = ["web-programming"] 29license = "MIT OR Apache-2.0" 30repository = "https://github.com/hyperium/http" 31 32[dependencies.bytes] 33version = "1" 34 35[dependencies.fnv] 36version = "1.0.5" 37 38[dependencies.itoa] 39version = "1" 40 41[dev-dependencies.doc-comment] 42version = "0.3" 43 44[dev-dependencies.indexmap] 45version = "<=1.8" 46 47[dev-dependencies.quickcheck] 48version = "0.9.0" 49 50[dev-dependencies.rand] 51version = "0.7.0" 52 53[dev-dependencies.seahash] 54version = "3.0.5" 55 56[dev-dependencies.serde] 57version = "1.0" 58 59[dev-dependencies.serde_json] 60version = "1.0" 61