# 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 = "vaultwalker" version = "0.4.4" authors = ["Pierre Millot "] description = "A CLI tool to browse Hashicorp Vault secrets" homepage = "https://github.com/millotp/vaultwalker" readme = "README.md" keywords = [ "vault", "hashicorp", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/millotp/vaultwalker" [[bin]] name = "vw" path = "src/main.rs" [dependencies.clipboard] version = "0.5.0" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.ctrlc] version = "3.4.4" [dependencies.gumdrop] version = "0.8.1" [dependencies.home] version = "0.5.9" [dependencies.quick-error] version = "2.0.1" [dependencies.serde] version = "1.0.203" [dependencies.serde_derive] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.ureq] version = "2.9.7"