# 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-actix" version = "0.3.0-beta.0" authors = ["Pouya M. B. "] description = "A query string extractor for actix-web based on serde-querystring" documentation = "https://docs.rs/serde-querystring-actix" readme = "README.md" keywords = [ "serialization", "deserialization", "querystring", "serde", "actix", ] categories = [ "encoding", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pooyamb/serde-querystring/" [dependencies.actix-web] version = "^4" [dependencies.derive_more] version = "0.99" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde-querystring] version = "0.3.0-beta.0" features = ["serde"] [dev-dependencies.actix-rt] version = "^2.7"