# 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 = "2021" name = "cacache-sync" version = "11.0.0" authors = [ "Kade Robertson ", "Kat Marchán ", ] description = "Synchronous, content-addressable, key-value, high-performance, on-disk cache." homepage = "https://github.com/kade-robertson/cacache-rs-sync" readme = "README.md" categories = [ "caching", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/kade-robertson/cacache-rs-sync" [[bench]] name = "benchmarks" harness = false [dependencies.digest] version = "0.10.6" [dependencies.either] version = "1.8.0" [dependencies.hex] version = "0.4.3" [dependencies.memmap2] version = "0.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.sha-1] version = "0.10.1" [dependencies.sha2] version = "0.10.6" [dependencies.ssri] version = "7.0.0" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.38" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.criterion] version = "0.4.0"