# 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 = "tindercrypt" version = "0.3.3" authors = ["Alex Pyrgiotis "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Data encryption with symmetric cryptographic keys or passwords/passphrases, and self-contained encryption metadata """ 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" [lib] name = "tindercrypt" path = "src/lib.rs" [[bin]] name = "tindercrypt" path = "src/main.rs" [[test]] name = "test_cli" path = "tests/test_cli.rs" [dependencies.clap] version = "2" optional = true [dependencies.dialoguer] version = "0.8" optional = true [dependencies.lazy_static] version = "1" optional = true [dependencies.protobuf] version = "3" [dependencies.rand] version = "0.8" [dependencies.ring] version = "0.17" [dependencies.thiserror] version = "1" [dependencies.zeroize] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.assert_fs] version = "1" [dev-dependencies.predicates] version = "3" [build-dependencies.protobuf-codegen] version = "3" optional = true [features] cli = [ "clap", "dialoguer", "lazy_static", ] default = ["cli"] proto-gen = ["protobuf-codegen"]