# 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 = "2021" name = "agree" version = "0.2.2" authors = ["Alexander Weber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A multi-key-security CLI tool using Shamirs Secret Sharing." homepage = "https://github.com/replicadse/agree" readme = "docs/README.md" keywords = [ "cli", "secret", "key", "sharing", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/replicadse/agree" [[bin]] name = "agree" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.argon2] version = "0.5.1" [dependencies.async-trait] version = "0.1.72" [dependencies.base64] version = "0.21.2" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.3.21" [dependencies.clap-markdown] version = "0.1.3" [dependencies.clap_complete] version = "4.3.2" [dependencies.clap_mangen] version = "0.2.12" [dependencies.dialoguer] version = "0.10.4" [dependencies.fancy-regex] version = "0.13.0" [dependencies.itertools] version = "0.11.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.serde_yaml] version = "0.9.25" [dependencies.sha2] version = "0.10.8" [dependencies.simplecrypt] version = "1.0.2" [dependencies.ssss] version = "0.2.0" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.30.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.hoox] version = "0.3.0" [features] default = []