84 lines
1.7 KiB
TOML
84 lines
1.7 KiB
TOML
# 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.8"
|
|
build = false
|
|
exclude = ["/.github"]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
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"
|
|
|
|
[features]
|
|
default = ["ryu"]
|
|
|
|
[lib]
|
|
name = "serde_html_form"
|
|
path = "src/lib.rs"
|
|
bench = false
|
|
|
|
[[bench]]
|
|
name = "upstream_comparison"
|
|
path = "benches/upstream_comparison/main.rs"
|
|
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_core]
|
|
version = "1.0.221"
|
|
|
|
[dev-dependencies.assert_matches2]
|
|
version = "0.1.0"
|
|
|
|
[dev-dependencies.divan]
|
|
version = "0.1.11"
|
|
|
|
[dev-dependencies.serde]
|
|
version = "1.0.221"
|
|
features = ["derive"]
|
|
|
|
[dev-dependencies.serde_urlencoded]
|
|
version = "0.7.1"
|
|
|
|
[lints.rust.unexpected_cfgs]
|
|
level = "warn"
|
|
priority = 0
|
|
check-cfg = ["cfg(rust_analyzer)"]
|