# 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 = "groupcache" version = "0.2.1" authors = ["Patryk Wojtyczek"] description = "groupcache is a distributed caching and cache-filling library, intended as a replacement for a pool of memcached nodes in many cases. It shards by key to select which peer is responsible for that key." homepage = "https://github.com/Petroniuss/groupcache" readme = "readme.md" keywords = [ "distributed", "cache", "shard", "memcached", "gRPC", ] categories = [ "caching", "web-programming", "concurrency", "asynchronous", ] license = "MIT" repository = "https://github.com/Petroniuss/groupcache" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.74" [dependencies.axum] version = "0.6.20" [dependencies.groupcache-pb] version = "0.1.0" [dependencies.hashring] version = "0.3.3" [dependencies.log] version = "0.4.20" [dependencies.metrics] version = "0.22.0" [dependencies.moka] version = "0.12.1" features = ["future"] [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.singleflight-async] version = "0.1.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.34" features = ["rt"] [dependencies.tonic] version = "0.10.2" [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", "run-for-all", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.tokio] version = "1.34" features = [ "time", "test-util", "rt", "macros", ] [dev-dependencies.tokio-stream] version = "0.1.14" features = ["net"]