# 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 = "vanish" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple config tool to make locally trusted X.509 development certificates for your domains" readme = "README.md" keywords = [ "https", "certificates", "localhost", "local-development", "root-ca", ] categories = [ "development-tools", "command-line-utilities", "parsing", "os", "hardware-support", ] license-file = "LICENSE" repository = "https://github.com/shubhexists/vanish" [[bin]] name = "vanish" path = "src/main.rs" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.dirs] version = "5.0" [dependencies.lazy_static] version = "1.4" [dependencies.openssl] version = "0.10" [dependencies.tempfile] version = "3.3"