# 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 = "thread-safe-cache" version = "0.4.10" authors = ["Evgeny Igumnov "] description = "Thread safe memory key value cache" readme = "README.md" keywords = ["cache"] categories = ["library"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/evgenyigumnov/thread-safe-cache" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.4.0" [dependencies.futures] version = "0.3.26" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.tokio-util] version = "0.7.7" features = ["full"]