# 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 = "blackout" version = "1.0.0" authors = ["James Andrus"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Encrypted totp and password/notes manager written in Rust" homepage = "https://github.com/jandrus/" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/jandrus/" [lib] name = "lib" path = "src/lib.rs" [[bin]] name = "blackout" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.13" [dependencies.clipboard] version = "0.5.0" [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.directories] version = "5.0.1" [dependencies.hex] version = "0.4.3" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.rusqlite] version = "0.32.1" features = ["bundled-sqlcipher-vendored-openssl"] [dependencies.secstr] version = "0.5.1" [dependencies.serde] version = "1.0.204" features = ["serde_derive"] [dependencies.serde_derive] version = "1.0.204" [dependencies.serde_json] version = "1.0.122" [dependencies.term_size] version = "0.3.2" [dependencies.toml] version = "0.8.19" [dependencies.totp-rs] version = "5.6.0" features = ["otpauth"] [dependencies.which] version = "6.0.2"