# 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 = "quick-hash-cache" version = "1.0.1" authors = ["Snojj25"] description = "Async Concurrent Hashmap. Unlike Redis it supports multi threading and advanced data structures" readme = "README.md" categories = [ "caching", "hashing", "async", ] license = "MIT" repository = "https://github.com/Snojj25/quick-hash-cache" [dependencies.hashbrown] version = "0.13" features = [ "inline-more", "raw", ] [dependencies.num_cpus] version = "1.13.0" [dependencies.quanta] version = "0.9" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1" features = [ "sync", "macros", ] [dev-dependencies.tokio] version = "1" features = ["full"] [features]