# 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 = "2018" name = "rotp" version = "0.2.1" authors = ["Callum Oz "] description = "A simple command line HOTP and TOTP generator" homepage = "https://github.com/acheronfail/rotp" readme = "README.md" license = "Unlicense OR MIT OR Apache-2.0" repository = "https://github.com/acheronfail/rotp" [dependencies.anyhow] version = "1.0.76" [dependencies.ascii] version = "1.1.0" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.4.11" features = [ "cargo", "derive", ] [dependencies.data-encoding] version = "2.5.0" [dependencies.err-derive] version = "0.3.1" [dependencies.ring] version = "0.17.7"