blob: e51e7ebdfdcf4c3dc108e18492452196ccfadad0 [file] [log] [blame]
Tang Cheng88643892020-10-31 22:00:07 +08001[package]
2name = "dlqrcode"
3version = "0.1.0"
4authors = ["Tang Cheng <cheng.tang@supwisdom.com>"]
5edition = "2018"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]
10block-modes = "0.7.0"
11aes = "0.6.0"
12base64 = "0.13.0"
13sha2 = "0.9.1"
14totp-rs = "0.6.2"
15hex = "0.4.2"
16base64-url = "1.4.7"
17
18[dependencies.magic-crypt]
19version = "*"
20default-features = false