# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "svanill-vault-cli" version = "0.1.0" authors = ["Riccardo Attilio Galli "] description = "A command line tool to access svanill-vault" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/svanill/svanill-vault-cli" [dependencies.anyhow] version = "1.0.31" [dependencies.assert_cmd] version = "1.0.1" [dependencies.atty] version = "0.2.14" [dependencies.confy] version = "0.4.0" [dependencies.md-5] version = "0.9.0" [dependencies.mockito] version = "0.25.2" [dependencies.rand] version = "0.7.3" [dependencies.reqwest] version = "0.10.6" features = ["blocking", "json", "rustls-tls"] default-features = false [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.serde_json] version = "1.0.55" [dependencies.structopt] version = "0.3.14" [dependencies.svanill-vault-openapi] version = "0.1" [dependencies.thiserror] version = "1.0.19"