[go: up one dir, main page]

cacache 0.1.0

Content-addressable, key-value, high-performance, on-disk cache.
Documentation
# 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 = "cacache"
version = "0.1.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
description = "Content-addressable, key-value, high-performance, on-disk cache."
homepage = "https://github.com/zkat/cacache-rs"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zkat/cacache-rs"
[dependencies.atomicwrites]
version = "0.2.3"

[dependencies.chownr]
version = "2.0.0"

[dependencies.digest]
version = "0.8.0"

[dependencies.either]
version = "1.5.2"

[dependencies.failure]
version = "0.1.5"

[dependencies.hex]
version = "0.3.2"

[dependencies.mkdirp]
version = "1.0.0"

[dependencies.nix]
version = "0.14.0"

[dependencies.serde]
version = "1.0.92"

[dependencies.serde_derive]
version = "1.0.92"

[dependencies.serde_json]
version = "1.0.39"

[dependencies.sha-1]
version = "0.8.1"

[dependencies.sha2]
version = "0.8.0"

[dependencies.ssri]
version = "1.2.0"

[dependencies.tempfile]
version = "3.0.8"

[dependencies.walkdir]
version = "2.2.7"