[package] name = "cache-adapter-embedded-memory" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib"] path = "src/lib.rs" [dependencies] async-trait = { version = "0.1.68" } bincode = { version = "1" } cache-adapter = { path = "../cache-adapter" } chrono = { version = "0.4.26" } futures-executor = { version = "0.3.28", features = [] } plugin-api = { workspace = true } serde = { version = "1.0.163", features = ['derive'] } tokio = { version = "1.28.2", features = ['full'] } tracing = { version = "0" }