[package] name = "otpctl" description = "command line tool for one-time password authentication" version = "0.0.2" authors = ["Shane Utt "] keywords = ["otp", "otpauth", "hotp", "totp"] repository = "https://github.com/rust-vault/otpctl" readme = "README.md" license = "GPL-3.0-only" edition = "2018" [dependencies] log = "0.4" otplib = "0.0.2" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" structopt = "0.3" url = "2.1"