[dependencies]
[lib]
name = "urlquerystring"
path = "src/lib.rs"
[package]
authors = ["Dean Chalk dean.chalk@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A high-performance, zero-allocation URL query string parser."
edition = "2024"
homepage = "https://github.com/deanchalk/urlquerystring"
license = "MIT"
name = "urlquerystring"
readme = "README.md"
repository = "https://github.com/deanchalk/urlquerystring"
version = "0.1.0"