# 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 = "thincollections" version = "0.5.4" authors = ["Mohammad Rezaei "] exclude = [".travis.yml", "benchmarks/*", "benches/*", ".gitignore", ".gitattributes", "tests/*"] description = "Alternative implementations for vector, map and set that are faster/smaller for some use cases.\n" homepage = "https://github.com/mohrezaei/thincollections" documentation = "https://docs.rs/thincollections" readme = "README.md" keywords = ["vector", "map", "set", "vec", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/mohrezaei/thincollections" [dependencies] [dev-dependencies.num] version = "0.2.0" [dev-dependencies.ordered-float] version = "1.0" [dev-dependencies.rand] version = "0.5.5" [dev-dependencies.xoshiro] version = "0.0.4"