# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "url_encoded_data" version = "0.6.1" authors = ["darkdarkfruit "] description = "Ergonomic, Versatile Url-Encoded-Data Manipulator" homepage = "https://github.com/darkdarkfruit/url_encoded_data" documentation = "https://docs.rs/url_encoded_data" readme = "README.md" keywords = ["url_encoded_data", "url-encoded-data", "encode", "query-string", "form-url-encoded"] license = "MIT" repository = "https://github.com/darkdarkfruit/url_encoded_data.git" [dependencies.anyhow] version = "1.0.38" [dependencies.url] version = "2.2.0" [dev-dependencies.maplit] version = "1.0.2"