# 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 = "oramfs" version = "1.0.0" authors = ["Nils Amiet "] description = "Oramfs provides a fully encrypted and optionally authenticated Oblivious RAM filesystem." homepage = "https://github.com/kudelskisecurity/oramfs" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/kudelskisecurity/oramfs" [[bench]] name = "pathoram" harness = false [dependencies.aes] version = "0.7.4" features = ["ctr"] [dependencies.aes-gcm] version = "0.9.2" [dependencies.argon2] version = "0.2.1" [dependencies.base64] version = "0.13.0" [dependencies.bincode] version = "1.3.1" [dependencies.bytes] version = "0.6.0" features = ["serde"] [dependencies.chacha20] version = "0.6.0" [dependencies.ctr] version = "0.7.0" [dependencies.daemonize] version = "0.4.1" [dependencies.env_logger] version = "0.8.2" [dependencies.fuse] version = "0.3.1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.11" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.question] version = "0.2.2" [dependencies.rand] version = "0.7.3" [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.rpassword] version = "5.0.0" [dependencies.runas] version = "0.2.1" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_yaml] version = "0.8" [dependencies.shellexpand] version = "2.1.0" [dependencies.structopt] version = "0.3.20" [dependencies.time] version = "0.1" [dependencies.users] version = "0.11.0" [dependencies.vec_map] version = "0.8.2" [dev-dependencies.criterion] version = "0.3"