2025-02-06 12:02:12 +01:00
|
|
|
[dependencies]
|
2025-02-06 22:45:29 +01:00
|
|
|
apdu-core = "0.4.0"
|
|
|
|
base64 = "0.22.1"
|
|
|
|
hmac = "0.12.1"
|
|
|
|
iso7816-tlv = "0.4.4"
|
|
|
|
ouroboros = "0.18.5"
|
2025-02-10 12:38:03 +01:00
|
|
|
pbkdf2 = { version = "0.12.2", features = ["sha1"] }
|
2025-02-06 12:02:12 +01:00
|
|
|
pcsc = "2.9.0"
|
2025-02-06 22:45:29 +01:00
|
|
|
regex = "1.11.1"
|
|
|
|
sha1 = "0.10.6"
|
|
|
|
sha2 = "0.10.8"
|
2025-02-12 15:28:19 +01:00
|
|
|
strum = { version = "0.27.0", features = [ ] }
|
|
|
|
strum_macros = "0.27.0"
|
2025-02-06 12:02:12 +01:00
|
|
|
|
|
|
|
[package]
|
2025-02-13 12:20:35 +01:00
|
|
|
name = "lib_ykoath2"
|
2025-02-06 12:02:12 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Grimmauld <grimmauld@grimmauld.de>"]
|
|
|
|
description = "experiments with smartcards"
|
|
|
|
license-file = "LICENSE"
|
2025-02-13 12:20:35 +01:00
|
|
|
|
|
|
|
[[example]]
|
|
|
|
name = "example"
|
|
|
|
path = "./src/example.rs"
|