# 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 = "bimap" version = "0.6.3" authors = ["Billy Rieger "] description = "Bijective maps" documentation = "https://docs.rs/bimap/" readme = "README.md" keywords = [ "bijection", "bidirectional", "map", "container", "two-way", ] categories = [ "data-structures", "algorithms", "no-std", ] license = "Apache-2.0/MIT" repository = "https://github.com/billyrieger/bimap-rs/" [package.metadata.docs.rs] all-features = true [dependencies.serde] version = "1.0" optional = true [dev-dependencies.fnv] version = "1.0" [dev-dependencies.hashbrown] version = "0.11" [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] std = []