# 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.64" name = "ns-axum-web" version = "0.1.0" publish = true description = "axum web middlewares for ns-rs" license = "CC0-1.0" repository = "https://github.com/ldclabs/ns-rs/tree/main/crates/ns-axum-web" [lib] [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" features = [ "http1", "http2", "json", "macros", "matched-path", "tokio", "query", ] default-features = true [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1" [dependencies.ciborium] version = "0.2" [dependencies.ciborium-io] version = "0.2" [dependencies.libflate] version = "1" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.scylla] version = "0.11" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.structured-logger] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.validator] version = "0.16" features = ["derive"] [dependencies.zstd] version = "0.12"