# 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 = "tindercrypt" version = "0.3.2" authors = ["Alex Pyrgiotis "] description = "Data encryption with symmetric cryptographic keys or passwords/passphrases,\nand self-contained encryption metadata\n" homepage = "https://github.com/apyrgio/tindercrypt" documentation = "https://docs.rs/tindercrypt" readme = "README.md" keywords = ["protocol-buffers", "cryptography", "encryption"] categories = ["command-line-utilities", "cryptography"] license = "MPL-2.0" repository = "https://github.com/apyrgio/tindercrypt" [dependencies.clap] version = "2" optional = true [dependencies.dialoguer] version = "0.8" optional = true [dependencies.lazy_static] version = "1" optional = true [dependencies.protobuf] version = "2" [dependencies.rand] version = "0.8" [dependencies.ring] version = "0.16" [dependencies.thiserror] version = "1" [dependencies.zeroize] version = "1" [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.assert_fs] version = "1" [dev-dependencies.predicates] version = "1" [build-dependencies.protoc-rust] version = "2" optional = true [features] cli = ["clap", "dialoguer", "lazy_static"] default = ["cli"] proto-gen = ["protoc-rust"]