# 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] name = "serde-tuple-vec-map" version = "1.0.1" authors = ["David Ross "] include = ["Cargo.toml", "src/**/*", "tests/**/*", "examples/**/*", "LICENSE", "README.md", "CHANGELOG.md"] description = "Deserialize a serialized map to a Vec<(K, V)> in serde" documentation = "https://docs.rs/tuple-vec-map/" readme = "README.md" keywords = ["serde", "vec", "hashmap"] categories = ["encoding"] license = "MIT" repository = "https://github.com/daboross/serde-tuple-vec-map/" [lib] name = "tuple_vec_map" path = "src/lib.rs" [dependencies.serde] version = "1.0" default-features = false [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] std = [] [badges.is-it-maintained-issue-resolution] repository = "daboross/serde-tuple-vec-map" [badges.is-it-maintained-open-issues] repository = "daboross/serde-tuple-vec-map" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "daboross/serde-tuple-vec-map"