tindercrypt 0.3.4

Data encryption with symmetric cryptographic keys or passwords/passphrases, and self-contained encryption metadata
Documentation
[[bin]]
name = "tindercrypt"
path = "src/main.rs"

[build-dependencies.protobuf-codegen]
optional = true
version = "3.7.2"

[dependencies.clap]
optional = true
version = "2"

[dependencies.dialoguer]
optional = true
version = "0.11"

[dependencies.lazy_static]
optional = true
version = "1"

[dependencies.protobuf]
version = "3.7.2"

[dependencies.rand]
version = "0.9"

[dependencies.ring]
version = "0.17"

[dependencies.thiserror]
version = "2"

[dependencies.zeroize]
version = "1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.assert_fs]
version = "1"

[dev-dependencies.predicates]
version = "3"

[features]
cli = ["clap", "dialoguer", "lazy_static"]
default = ["cli"]
proto-gen = ["protobuf-codegen"]

[lib]
name = "tindercrypt"
path = "src/lib.rs"

[package]
authors = ["Alex Pyrgiotis <apyrgio@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "cryptography"]
description = """
Data encryption with symmetric cryptographic keys or passwords/passphrases,
and self-contained encryption metadata
"""
documentation = "https://docs.rs/tindercrypt"
edition = "2018"
homepage = "https://github.com/apyrgio/tindercrypt"
keywords = ["protocol-buffers", "cryptography", "encryption"]
license = "MPL-2.0"
name = "tindercrypt"
readme = "README.md"
repository = "https://github.com/apyrgio/tindercrypt"
version = "0.3.4"

[[test]]
name = "test_cli"
path = "tests/test_cli.rs"