# 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.79" name = "meme_cache" version = "0.3.0" authors = ["Jude Giordano"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Async Key:Value Global Cache" homepage = "https://github.com/judegiordano/meme-cache" documentation = "https://github.com/judegiordano/meme-cache" readme = "README.md" license = "MIT" repository = "https://github.com/judegiordano/meme-cache" [profile.test] opt-level = 3 [lib] name = "meme_cache" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.fnv] version = "1.0.7" [dependencies.lazy_static] version = "1.5.0" [dependencies.serde] version = ">=1.0.*" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", "sync", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.nanoid] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5"