# 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 = "plexi-cli" version = "0.1.1" authors = [ "plexi-contributors", "Thibault Meunier ", "Fisher Darling ", "JP Borges ", "Lina Baquero ", "Simon Newton ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A flexible auditor companion client" homepage = "https://github.com/cloudflare/plexi" readme = "README.md" keywords = [ "key-transparency", "transparency", "e2ee", "auditor", "cryptography", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/cloudflare/plexi" [[bin]] name = "plexi" path = "src/main.rs" [dependencies.akd] version = "0.11" default-features = false [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.colored] version = "2.1" [dependencies.ed25519-dalek] version = "2" [dependencies.env_logger] version = "0.11" [dependencies.hex] version = "0.4" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.plexi-core] version = "0.1" features = ["client"] [dependencies.protobuf] version = "3.2" [dependencies.reqwest] version = "0.12" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" features = ["formatting"] [dependencies.tokio] version = "1.0" features = ["full"]