# 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 = "2018" rust-version = "1.61" name = "futures-cache" version = "0.10.3" authors = ["John-John Tedro "] description = "Futures-aware cache backed by sled." homepage = "https://github.com/udoprog/futures-cache" documentation = "https://docs.rs/futures-cache" readme = "README.md" keywords = [ "async", "cache", ] categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/udoprog/futures-cache" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.crossbeam] version = "0.8.2" [dependencies.futures-channel] version = "0.3.27" [dependencies.hashbrown] version = "0.13.2" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.parking_lot] version = "0.12.1" [dependencies.pin-utils] version = "0.1.0" [dependencies.serde] version = "1.0.155" features = ["derive"] [dependencies.serde-hashkey] version = "0.4.5" [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_json] version = "1.0.94" [dependencies.sled] version = "0.34.7" [dev-dependencies.futures] version = "0.3.27" [dev-dependencies.reqwest] version = "0.11.14" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tokio] version = "1.26.0" features = ["full"]