# 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 = "encryptedfs" version = "0.1.27" authors = ["Radu Marias "] description = "[DEPRECATED] move to rencfs. An encrypted file system that mounts with FUSE on Linux. It can be used to create encrypted directories." documentation = "https://docs.rs/encryptedfs" readme = "README.md" keywords = [ "filesystem", "fuse", "encryption", "system", "security", ] categories = [ "cryptography", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/radumarias/encryptedfs" [package.metadata.aur] depends = ["fuse3"] [dependencies.base64] version = "=0.13.1" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.5" [dependencies.clap] version = "4.5.4" features = [ "derive", "cargo", ] [dependencies.cryptostream] version = "0.3.2" [dependencies.ctrlc] version = "3.1.9" features = ["termination"] [dependencies.fuse3] version = "0.7.1" features = [ "tokio-runtime", "unprivileged", ] [dependencies.futures-util] version = "0.3.30" [dependencies.libc] version = "0.2.153" [dependencies.mio] version = "0.8.11" features = ["os-poll"] [dependencies.openssl] version = "=0.10.64" [dependencies.parking_lot] version = "0.12.1" [dependencies.pbkdf2] version = "0.13.0-pre.0" [dependencies.rand] version = "0.3" [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.sha2] version = "0.11.0-pre.3" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.36" features = [ "macros", "rt-multi-thread", "time", "signal", "process", "rt", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3" [dependencies.weak-table] version = "0.3.2"