[package] name = "jsurl" version = "0.1.0" authors = ["Chris Rybicki "] license = "MIT/Apache-2.0" description = "A more compact and human-readable alternative to JSON + URL encoding." repository = "https://github.com/Chriscbr/jsurl-rs" homepage = "https://github.com/Chriscbr/jsurl-rs" documentation = "https://docs.rs/jsurl/" keywords = ["jsurl", "json", "encoding", "urls"] readme = "README.md" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0.196" serde_json = { version = "1.0.113", features = ["std", "preserve_order"] } [dev-dependencies] bencher = "0.1.5"