# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "bisetmap" version = "0.1.6" authors = ["Arash Shakery (arash16.com)"] description = "BisetMap is a fast and thread-safe two-way hash map of sets. It is best suited where you need to associate two collumns uniquely. Each key is associated to one or more other unique values. The structure is interior mutable and all operations are thread safe. Each clone provides access to the same underlying data. Serialize and Deserialize from serde are also implemented." homepage = "https://github.com/arash16/bisetmap/" documentation = "https://docs.rs/bisetmap/" readme = "README.md" keywords = ["bidirectional", "two-way", "map", "hashmap", "multimap"] categories = ["data-structures", "algorithms"] license = "MIT" repository = "https://github.com/arash16/bisetmap/" [dependencies.serde] version = "1.0"