# 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 = "pgp-sig2dot" version = "0.2.4" authors = ["Cryolitia PukNgae "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenPGP sign party tool —— Visualize the Web of Trust" readme = "README.md" categories = [ "command-line-utilities", "visualization", ] license = "MIT" repository = "https://github.com/Cryolitia/pgp-sig2dot" [[bin]] name = "pgp-sig2dot" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.1" [dependencies.clap_complete] version = "4.5.14" [dependencies.clap_mangen] version = "0.2.23" [dependencies.clio] version = "0.3.5" features = [ "clap-parse", "curl", "http-curl", ] [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.22" [dependencies.num_enum] version = "0.7.3" features = ["complex-expressions"] [dependencies.petgraph] version = "0.6.5" features = [ "rayon", "graphmap", ] default-features = false [dependencies.sequoia-cert-store] version = "0.6.0" [dependencies.sequoia-net] version = "0.28.0" [dependencies.sequoia-openpgp] version = "1.21.2" default-features = false [dependencies.sequoia-wot] version = "0.12.0" [dependencies.serde] version = "1.0.206" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.124" [dependencies.serialize_display_adapter_macro_derive] version = "0.2.0" [dependencies.tokio] version = "1.39.2" [features] allow-experimental-crypto = ["sequoia-openpgp/allow-experimental-crypto"] allow-variable-time-crypto = ["sequoia-openpgp/allow-variable-time-crypto"] crypto-botan = ["sequoia-openpgp/crypto-botan"] crypto-botan2 = ["sequoia-openpgp/crypto-botan2"] crypto-cng = ["sequoia-openpgp/crypto-cng"] crypto-nettle = ["sequoia-openpgp/crypto-nettle"] crypto-openssl = ["sequoia-openpgp/crypto-openssl"] crypto-rust = ["sequoia-openpgp/crypto-rust"] default = ["sequoia-openpgp/default"]