# 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" rust-version = "1.70" name = "redis-cacher" version = "0.1.0" authors = ["Evgeni Pirianov"] description = "Redis cache implementation with multiple features and wrappers" homepage = "https://github.com/BatiGencho/redis-cache" readme = "README.md" keywords = [ "redis", "cache", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BatiGencho/redis-cache" [dependencies.async-trait] version = "0.1.68" [dependencies.const-sha1] version = "0.2.0" [dependencies.crc16] version = "0.4.0" [dependencies.crossbeam] version = "0.8.2" features = ["crossbeam-queue"] [dependencies.derive_more] version = "0.99" [dependencies.displaydoc] version = "0.2" [dependencies.futures] version = "0.3.28" features = ["compat"] [dependencies.lazy_static] version = "1.4.0" [dependencies.metered] version = "0.9.0" [dependencies.paste] version = "1.0.13" [dependencies.rand] version = "0.8.5" [dependencies.redis] version = "0.23.0" features = [ "aio", "tokio-comp", "tokio-native-tls-comp", "cluster", "cluster-async", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slotmap] version = "1.0.6" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.toml] version = "0.8.4" [dependencies.tracing] version = "0.1.37" features = ["log"] [dependencies.tracing-log] version = "0.1.3" [dependencies.uuid] version = "1.3.0" features = ["v4"]