query-string-builder 0.7.1

A query string builder for percent encoding key-value pairs
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 = "2024"
rust-version = "1.87"
name = "query-string-builder"
version = "0.7.1"
authors = ["Markus Mayer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A query string builder for percent encoding key-value pairs"
readme = "README.md"
keywords = [
    "url",
    "query-string",
    "query-argument",
]
categories = ["web-programming::http-client"]
license = "EUPL-1.2"
repository = "https://github.com/sunsided/query-string-builder"

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

[[test]]
name = "properties"
path = "tests/properties.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.percent-encoding]
version = "2.3.2"
features = ["std"]
default-features = false

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.percent-encoding]
version = "2.3.2"

[dev-dependencies.proptest]
version = "1"