# 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 = "ritecache" version = "0.1.0" authors = ["Chojan Shang ", "Datafuse Authors "] description = "RiteCache. A smart cache that knows your data." license = "MIT/Apache-2.0" repository = "https://github.com/ritedb/ritecache" [dependencies.filetime] version = "0.2.15" [dependencies.heapsize_] version = "0.4.2" optional = true package = "heapsize" [dependencies.log] version = "0.4" [dependencies.ritelinked] version = "0.3.2" features = ["ahash", "inline-more"] default-features = false [dependencies.walkdir] version = "2.3.2" [dev-dependencies.tempfile] version = "3" [features] amortized = ["ritelinked/ahash-amortized", "ritelinked/inline-more-amortized"] heapsize = ["heapsize_"]