# 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 = "nv" version = "0.4.0" authors = ["Ɓukasz Kurowski "] description = "Secure secret store" license = "GPL-3.0" repository = "https://github.com/crackcomm/nv" [[bin]] name = "nv" path = "bin/nv.rs" [dependencies.argon2rs] version = "^0.2.5" [dependencies.chrono] version = "^0.4.19" [dependencies.clipboard] version = "^0.5" [dependencies.console] version = "^0.15" [dependencies.dialoguer] version = "^0.9" [dependencies.dirs] version = "^4.0" [dependencies.err-derive] version = "^0.3" [dependencies.hex] version = "^0.4.3" [dependencies.indicatif] version = "^0.16.2" [dependencies.mnemonic] version = "^1.0.1" [dependencies.path_abs] version = "^0.5" [dependencies.prettytable-rs] version = "^0.8" [dependencies.primitive-types] version = "^0.7.3" [dependencies.rand] version = "^0.8.4" features = ["small_rng"] [dependencies.repl-rs] version = "^0.2.6" [dependencies.structopt] version = "^0.3.25" [dependencies.zbox] version = "^0.9.2" features = ["storage-file", "libsodium-bundled"]