[package] name = "qs-rs" version = "0.1.4" authors = ["Turbidsoul "] edition = "2021" readme = "README.md" description = "convert to query string" include = ["src/*.rs", "Cargo.toml", "LICENSE", "README.md"] license = "Apache-2.0" repository = "https://gitee.com/turbidsoul/qs-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] urlencoding = "2.1.0"