# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "remember-this" version = "0.1.0" authors = ["David Teller "] description = "A simple mechanism for caching data to both memory and disk. Uses `tokio`." readme = "README.md" keywords = ["cache", "disk", "lru", "tokio"] categories = ["caching"] license = "Apache-2.0" repository = "https://github.com/matrix-org/disk-cache-rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.flexbuffers] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.sled] version = "0.34" [dependencies.tokio] version = "0.3" features = ["full"] [dependencies.typed-builder] version = "0.7" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13"