# 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 = "yatotp" version = "0.3.1" authors = ["Nobuto Kaitoh "] exclude = ["*.yatotp"] description = "Yet Another TOTP client which stores its data locally." categories = ["authentication", "command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/NOBUTOKA/yatotp" resolver = "2" [lib] name = "yatotp" path = "src/lib.rs" [[bin]] name = "yatotp-cli" path = "src/cli/bin/main.rs" required-features = ["cli"] [dependencies.anyhow] version = "1.0" [dependencies.argon2] version = "0.3" [dependencies.chacha20poly1305] version = "0.9" [dependencies.chrono] version = "0.4" [dependencies.data-encoding] version = "2.3" [dependencies.dialoguer] version = "0.9" optional = true [dependencies.hmac] version = "0.12" [dependencies.rand] version = "0.8" features = ["std"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha-1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.structopt] version = "0.3" optional = true [dev-dependencies.tempfile] version = "3.2" [features] cli = ["structopt", "dialoguer"] [badges.github] repository = "NOBUTOKA/yatotp" workflow = "Rust" [badges.maintenance] status = "actively-developed"