# 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_html_form" version = "0.2.6" exclude = ["/.github"] description = "(De-)serialization support for the `application/x-www-form-urlencoded` format" readme = "README.md" keywords = [ "serde", "serialization", "urlencoded", ] categories = [ "encoding", "web-programming", ] license = "MIT" repository = "https://github.com/jplatte/serde_html_form" [lib] bench = false [[bench]] name = "upstream_comparison" harness = false [dependencies.form_urlencoded] version = "1.0.1" [dependencies.indexmap] version = "2.0.0" [dependencies.itoa] version = "1.0.1" [dependencies.ryu] version = "1.0.9" optional = true [dependencies.serde] version = "1.0.136" [dev-dependencies.assert_matches2] version = "0.1.0" [dev-dependencies.divan] version = "0.1.11" [dev-dependencies.serde] version = "1.0.136" features = ["derive"] [dev-dependencies.serde_urlencoded] version = "0.7.1" [features] default = ["ryu"]