# 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.56" name = "serde-querystring-axum" version = "0.3.0-beta.0" authors = ["Pouya M. B. "] description = "A query string extractor for axum based on serde-querystring" documentation = "https://docs.rs/serde-querystring-axum" readme = "README.md" keywords = [ "serialization", "deserialization", "querystring", "serde", "axum", ] categories = [ "encoding", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pooyamb/serde-querystring/" [dependencies.async-trait] version = "0.1" [dependencies.axum-core] version = "0.3.0" [dependencies.http] version = "0.2" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde-querystring] version = "0.3.0-beta.0" features = ["serde"] [dev-dependencies.axum] version = "0.6" [dev-dependencies.tokio] version = "1.23" features = ["full"] [dev-dependencies.tower] version = "0.4"