serde_html_form 0.4.1

(De-)serialization support for the `application/x-www-form-urlencoded` format
Documentation
# 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.63"
name = "serde_html_form"
version = "0.4.1"
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://codeberg.org/jplatte/serde_html_form"

[features]
de = ["dep:indexmap"]
default = [
    "ser",
    "de",
    "std",
]
ser = [
    "dep:itoa",
    "dep:zmij",
]
std = []

[lib]
name = "serde_html_form"
path = "src/lib.rs"

[dependencies.form_urlencoded]
version = "1.0.1"
features = ["alloc"]
default-features = false

[dependencies.indexmap]
version = "2.0.0"
optional = true
default-features = false

[dependencies.itoa]
version = "1.0.1"
optional = true

[dependencies.serde_core]
version = "1.0.221"
features = ["alloc"]
default-features = false

[dependencies.zmij]
version = "1.0.14"
optional = true

[dev-dependencies.insta]
version = "1.43.1"

[dev-dependencies.serde]
version = "1.0.221"
features = ["derive"]