# 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 = "ctltool" version = "0.1.1" description = "A command line utility for inspecting and interacting with Windows CTLs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/trailofbits/windows-ctl" [dependencies.anyhow] version = "1.0" [dependencies.cab] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.indicatif] version = "0.17" [dependencies.pem-rfc7468] version = "0.7.0" features = ["std"] [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde_json] version = "1.0" [dependencies.windows-ctl] version = "0.1.2" features = ["serde"] [dependencies.x509-cert] version = "0.2.0-pre.0" features = [ "pem", "std", ]