# 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 = "2018" name = "query_map" version = "0.7.0" description = "VectorMap is a generic wrapper around HashMap> to handle different transformations like URL query strings." readme = "./README.md" keywords = [ "serde", "url", ] categories = [ "web-programming", "parser-implementations", "encoding", ] license = "MIT" repository = "https://github.com/calavera/query-map-rs" [dependencies.form_urlencoded] version = "^1" optional = true [dependencies.serde_crate] version = "^1" features = ["rc"] optional = true package = "serde" [dependencies.serde_derive] version = "^1" optional = true [dev-dependencies.serde_json] version = "^1" [features] default = [] serde = [ "serde_crate", "serde_derive", ] url-query = ["form_urlencoded"]