# 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 = "2021" name = "url-search-params" version = "12.0.0" authors = ["Bohdan Tsap "] description = "url-search-params provides the ability to create search params from HashMap and vice versa." homepage = "https://github.com/bohdaq/url-search-params" readme = "README.md" keywords = [ "URL", "query", "params", ] categories = [ "web-programming", "web-programming::http-client", "web-programming::http-server", "parsing", "network-programming", ] license = "MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0" repository = "https://github.com/bohdaq/url-search-params" [dependencies]