totp-rs/Cargo.toml

17 lines
348 B
TOML
Raw Normal View History

2020-04-11 15:24:50 -04:00
[package]
name = "totp"
version = "0.2.0"
2020-04-11 15:24:50 -04:00
authors = ["Cleo Rebert <cleo.rebert@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ring = "0.16.12"
byteorder = "1.3.4"
2020-04-11 15:24:50 -04:00
otpauth = "0.4.1"
base32 = "0.4.0"
2020-04-11 15:24:50 -04:00
qrcode = "0.12.0"
image = "0.23.3"
base64 = "0.12.0"