[package] name = "url_encoded_data" version = "0.6.1" authors = ["darkdarkfruit "] edition = "2018" description = "Ergonomic, Versatile Url-Encoded-Data Manipulator" license = "MIT" documentation = "https://docs.rs/url_encoded_data" homepage = "https://github.com/darkdarkfruit/url_encoded_data" repository = "https://github.com/darkdarkfruit/url_encoded_data.git" readme = "README.md" keywords = ["url_encoded_data", "url-encoded-data", "encode", "query-string", "form-url-encoded"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #log = "0.4.13" url = "2.2.0" anyhow = "1.0.38" [dev-dependencies] maplit = "1.0.2"