# 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 = "2021" name = "hashconsing" version = "1.6.0" authors = ["Adrien Champion "] description = "A hash consing library." homepage = "https://github.com/AdrienChampion/hashconsing" documentation = "https://docs.rs/hashconsing" readme = "README.md" keywords = [ "hashconsing", "hash", "consing", "sharing", "caching", ] categories = [ "caching", "compression", "concurrency", "data-structures", "memory-management", ] license = "MIT/Apache-2.0" repository = "https://github.com/AdrienChampion/hashconsing" [package.metadata.docs.rs] features = ["unstable_docrs"] [dependencies.ahash] version = "^0.8.3" optional = true [dependencies.lazy_static] version = "1.*" [dev-dependencies.crossbeam-utils] version = "^0.8" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "^1.5" [dev-dependencies.trybuild] version = "^1.0" [features] unstable_docrs = ["with_ahash"] with_ahash = ["ahash"]