# 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 = "serde_array_query" version = "0.3.0" description = "Serde deserialization format for HTTP query string arrays" readme = "README.md" license = "Apache-2.0" [dependencies.serde] version = "1.0.0" [dependencies.serde_urlencoded] version = "0.7.0" optional = true [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.warp] version = "0.3" [features] default = [ "serde/derive", "from_str", ] from_str = ["serde_urlencoded"]