# 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-fuse"
version = "0.7.0"
authors = [
"Peter Parkanyi
",
"Muiz Pieper ",
]
description = "Safe and secure backup library -- FUSE integration"
keywords = [
"crypto",
"api",
"security",
"filesystem",
"backup",
]
categories = [
"cryptography",
"filesystem",
]
license = "MIT/Apache-2.0"
[[bench]]
name = "fuse_bench"
path = "benches/bench.rs"
harness = false
[dependencies.anyhow]
version = "1.0.71"
[dependencies.fuse_mt]
version = "0.6.0"
[dependencies.infinitree]
version = "0.10.4"
[dependencies.nix]
version = "0.26.2"
features = ["user"]
default-features = false
[dependencies.scc]
version = "1.8.3"
[dependencies.tokio]
version = "1.29.1"
features = [
"rt",
"time",
"signal",
"rt-multi-thread",
]
[dependencies.tracing]
version = "0.1.37"
[dependencies.zerostash-files]
version = "0.7.0"