# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.49.0" name = "supply-chain-trust-example-crate-000077" version = "1.1.0" authors = ["Hassnain"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A set of types for representing HTTP requests and responses. """ documentation = "https://docs.rs/http" readme = "README.md" keywords = ["http"] categories = ["web-programming"] license = "MIT OR Apache-2.0" [lib] name = "supply_chain_trust_example_crate_000077" path = "src/lib.rs" [[test]] name = "header_map" path = "tests/header_map.rs" [[test]] name = "header_map_fuzz" path = "tests/header_map_fuzz.rs" [[test]] name = "status_code" path = "tests/status_code.rs" [dependencies.bytes] version = "1" [dependencies.fnv] version = "1.0.5" [dependencies.itoa] version = "1" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] std = []