# 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 = "2018" name = "vdot" version = "0.4.14" authors = ["Samuel Parkinson "] description = "Create your .env files using HashiCorp Vault." readme = "README.md" keywords = [ "cli", "env", "dotenv", "config", ] categories = [ "command-line-utilities", "config", ] license = "MIT" repository = "https://github.com/sjparkinson/vdot" [profile.release] opt-level = "s" lto = "fat" panic = "abort" [dependencies.anyhow] version = "1.0.69" [dependencies.fern] version = "0.6.1" features = ["colored"] [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.structopt] version = "0.3.26"