# 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 = "pfxers" version = "1.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platformTUI allowing to easily extract and convert information from PFX and PEM certificates and keys" readme = "README.md" keywords = [ "PFX", "PEM", "certificate", "TUI", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/s-ted/pfxers" [profile.release] opt-level = 3 lto = true panic = "abort" strip = true [[bin]] name = "pfxers" path = "src/main.rs" [dependencies.better-panic] version = "0.3" [dependencies.clap] version = "4.5" features = [ "derive", "env", "cargo", "wrap_help", ] [dependencies.cli-clipboard] version = "0.4" [dependencies.color-eyre] version = "0.6" [dependencies.crokey] version = "1.0" [dependencies.hide] version = "0.1" [dependencies.human-panic] version = "2.0" [dependencies.new_mime_guess] version = "4.0" [dependencies.p12-keystore] version = "0.1" [dependencies.pem] version = "3.0" [dependencies.strip-ansi-escapes] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.widgetui] version = "0.6" [dependencies.x509-parser] version = "0.16"