# 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 = "typedcache" version = "0.2.1" authors = ["isjieliu@163.com"] description = "Concurrent-safe typedcache with expiration capabilities." readme = "README.md" keywords = [ "typed", "cache", ] license = "MIT/Apache-2.0" repository = "https://github.com/Millione/typedcache" [[bench]] name = "bench" harness = false [dependencies.arc-swap] version = "1" [dependencies.lazy_static] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.4" features = ["async_tokio"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio-scoped] version = "0.2"