# 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 = "yaup" version = "0.3.1" authors = ["tamo "] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "URL parameters serialization" readme = "README.md" keywords = [ "serde", "serialization", "url", "meilisearch", ] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/meilisearch/yaup" [dependencies.form_urlencoded] version = "1.2.1" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.insta] version = "1.39.0" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.serde] version = "1" features = ["derive"]