# 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 = "hash_on_write" version = "0.4.4" authors = ["A4-Tacks "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper for storing hash results to avoid running costly hash functions multiple times without modifying the value" readme = "README.md" keywords = [ "hash", "hashing", "cache", "wrapper", "performance", ] categories = ["caching"] license = "MIT" repository = "https://github.com/A4-Tacks/hash_on_write-rs" [lib] name = "hash_on_write" path = "src/lib.rs" [[bench]] name = "hashmap_bench" path = "benches/hashmap_bench.rs" harness = false [[bench]] name = "hashmap_share_state_bench" path = "benches/hashmap_share_state_bench.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"