# 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" rust-version = "1.80.0" name = "rama-http-types" version = "0.2.0-alpha.3" authors = ["Glen De Cauwsemaecker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rama http type defintions and high level utilities" readme = "README.md" keywords = [ "http", "headers", "mime", "rama", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/plabayo/rama" [package.metadata.cargo-public-api-crates] allowed = [] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rama_http_types" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.const_format] version = "0.2.32" [dependencies.futures-core] version = "0.3" [dependencies.futures-lite] version = "2.3.0" [dependencies.headers] version = "0.4" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.mime] version = "0.3.17" [dependencies.mime_guess] version = "2" default-features = false [dependencies.paste] version = "1.0" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.rama-error] version = "0.2.0-alpha.3" [dependencies.rama-utils] version = "0.2.0-alpha.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_html_form] version = "0.2" [dependencies.serde_json] version = "1.0" [dependencies.sync_wrapper] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1.39" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4"