[package] name = "zerostash-fuse" description = "Safe and secure backup library -- FUSE integration" authors = ["Peter Parkanyi ", "Muiz Pieper "] license = "MIT/Apache-2.0" version = "0.7.0" edition = "2021" keywords = ["crypto", "api", "security", "filesystem", "backup"] categories = ["cryptography", "filesystem"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] infinitree = { version = "0.10.4" } zerostash-files = { version = "0.7.0", path = "../zerostash-files" } scc = "1.8.3" fuse_mt = "0.6.0" tracing = "0.1.37" nix = { version = "0.26.2", default-features = false, features = ["user"] } anyhow = "1.0.71" tokio = { version = "1.29.1", features = ["rt", "time", "signal", "rt-multi-thread"] } [[bench]] name = "fuse_bench" harness = false path = "benches/bench.rs"