[badges.appveyor]
repository = "KizzyCode/ehttpd-querystring-rust"
[dependencies.ehttpd]
default-features = false
version = "0.9.0"
[dev-dependencies]
[features]
default = []
[lib]
name = "ehttpd_querystring"
path = "src/lib.rs"
[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = []
description = "A crate to comfortably handle HTTP query string within `ehttpd`-based applications"
edition = "2021"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "ehttpd-querystring"
readme = "README.md"
repository = "https://github.com/KizzyCode/ehttpd-querystring-rust"
version = "0.2.1"
[profile.bench]
overflow-checks = true
[profile.release]
overflow-checks = true
[[test]]
name = "querystring"
path = "tests/querystring.rs"