# 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 = "2021" name = "http_typed_headers" version = "0.1.0" description = "This crate provides few typed http headers." license = "MIT OR Apache-2.0" repository = "https://github.com/manomayam/manas" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.document-features] version = "0.2.7" optional = true [dependencies.ecow] version = "0.2.0" [dependencies.either] version = "1.8.1" optional = true [dependencies.headers] version = "0.3.8" [dependencies.http] version = "0.2.9" [dependencies.iri-string] version = "0.7.0" features = ["serde"] optional = true [dependencies.itertools] version = "0.11.0" optional = true [dependencies.mime] version = "0.3.17" optional = true [dependencies.once_cell] version = "1.18.0" [dependencies.percent-encoding] version = "2.3.0" optional = true [dependencies.regex] version = "1.10.2" [dependencies.rust_decimal] version = "1.30.0" optional = true [dependencies.smallvec] version = "1.11.0" [dependencies.thiserror] version = "1.0.43" [dependencies.tracing] version = "0.1.37" features = ["attributes"] [dependencies.unicase] version = "2.6.0" [dependencies.vec1] version = "1.10.1" features = [ "smallvec-v1", "smallvec-v1-write", ] [dev-dependencies.claims] version = "0.7.1" [dev-dependencies.rstest] version = "0.18.1" [features] accept = [ "media-type", "qvalue", ] accept-method = ["media-type"] default = [ "accept", "accept-method", "link", "location", "forwarded", "prefer", "wac-allow", "www-authenticate", "slug", ] forwarded = [] link = ["dep:iri-string"] location = [ "dep:iri-string", "itertools", ] media-type = ["dep:mime"] prefer = [] qvalue = ["dep:rust_decimal"] slug = ["dep:percent-encoding"] wac-allow = [] www-authenticate = ["dep:either"]