# 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 = "2018" name = "ensync" version = "1.0.2" authors = ["Jason Lingle"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A flexible ENcrypted file SYNChroniser suitable for uses where the central location is not fully trusted. """ documentation = "https://github.com/AltSysrq/ensync/blob/master/README.md#ensync" readme = "README.md" keywords = [ "file", "synchronization", "synchronize", "encryption", ] categories = [ "cryptography", "command-line-utilities", ] license = "GPL-3.0" repository = "https://github.com/altsysrq/ensync" [[bin]] name = "ensync" path = "src/main.rs" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" default-features = false [dependencies.error-chain] version = "0.12.4" [dependencies.flate2] version = "1.0.20" [dependencies.fourleaf] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.158" [dependencies.notify] version = "4.0.15" [dependencies.num_cpus] version = "1.13.0" [dependencies.quick-error] version = "1.2.3" [dependencies.rand] version = "0.8.3" [dependencies.regex] version = "1.4.3" [dependencies.rpassword] version = "5.0.1" optional = true [dependencies.rust-crypto] version = "0.2.36" [dependencies.sqlite] version = "0.23.9" [dependencies.structopt] version = "0.3.21" [dependencies.tempfile] version = "3.2.0" [dependencies.tiny-keccak] version = "1.4.0" [dependencies.toml] version = "0.4.5" default-features = false [dev-dependencies.os_pipe] version = "0.6.0" [dev-dependencies.proptest] version = "0.3.4" [features] default = [ "passphrase-prompt", "nicities", ] nicities = [ "clap/suggestions", "clap/wrap_help", ] passphrase-prompt = ["rpassword"]