# 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 = "totp_store" version = "1.0.0" authors = ["Jost Schulte"] description = "Store to manage and compute TOTPs" readme = "README.md" keywords = [ "totp", "cli", "gpg", "store", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/jost-s/totp-store" [dependencies.base32] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.sha1] version = "0.10" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.1" [dev-dependencies.tempfile] version = "3.3"