# 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 = "zerostash-files" version = "0.7.0" authors = ["Peter Parkanyi
"] description = "Safe and secure backup library" keywords = [ "crypto", "api", "security", "filesystem", "backup", ] categories = [ "cryptography", "filesystem", ] license = "MIT/Apache-2.0" repository = "https://github.com/symmetree-labs/zerostash" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.anyhow] version = "1.0.71" [dependencies.async-scoped] version = "0.7.1" features = ["use-tokio"] [dependencies.chrono] version = "0.4.26" features = [ "std", "clock", ] default-features = false [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.flume] version = "0.10.14" [dependencies.futures] version = "0.3.28" [dependencies.glob] version = "0.3.1" [dependencies.ignore] version = "0.4.20" [dependencies.infinitree] version = "0.10.4" features = ["mmap"] [dependencies.itertools] version = "0.11.0" [dependencies.libc] version = "0.2.147" [dependencies.memmap2] version = "0.7.1" [dependencies.nix] version = "0.26.2" features = [ "fs", "user", ] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.scc] version = "1.8.3" features = ["serde"] [dependencies.seahash] version = "4.1.0" [dependencies.serde] version = "1.0.167" features = ["rc"] [dependencies.serde_derive] version = "1.0.167" [dependencies.thiserror] version = "1.0.43" [dependencies.tokio] version = "1.29.1" features = [ "fs", "io-util", "rt", "sync", ] [dependencies.tracing] version = "0.1.37"