# 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] name = "gotp" version = "0.1.2" authors = ["Gergely Brautigam "] description = "Generate totp codes for various accounts which are saved and AES encrypted." homepage = "https://github.com/Skarlso/totp" documentation = "https://github.com/Skarlso/totp/blob/master/README.md" readme = "README.md" keywords = ["totp", "otp", "aes", "account"] categories = ["command-line-interface"] license-file = "LICENSE" repository = "https://github.com/Skarlso/totp" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.31" features = ["yaml"] [dependencies.data-encoding] version = "2.1.1" [dependencies.hex] version = "0.3.2" [dependencies.openssl] version = "0.10.10" [dependencies.rpassword] version = "2.0.0" [dependencies.rust-crypto] version = "^0.2" [badges.is-it-maintained-issue-resolution] repository = "Skarlso/totp" [badges.is-it-maintained-open-issues] repository = "Skarlso/totp" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "Skarlso/totp"