[package] name = "gcache" version = "0.0.1" edition = "2021" description = "A cache group to accurate remote data access" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1" tokio = { version = "1.34.0", features = ["full"] } byteorder = "1.5" slab = "0.4" tracing = "0.1" tracing-subscriber = "0.3" nix = "0.27" anyhow = "1"