# 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" name = "kismet-cache" version = "0.2.4" authors = ["Paul Khuong "] description = "A bounded multiprocess cache of files on disk." readme = "README.md" license = "MIT" repository = "https://github.com/pkhuong/kismet-cache" [dependencies.derivative] version = "2" [dependencies.extendhash] version = "1" [dependencies.filetime] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.tempfile] version = "3" [dev-dependencies.proptest] version = "1" [dev-dependencies.proptest-derive] version = "0.3" [dev-dependencies.test_dir] version = "0.2"