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