-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (26 loc) · 740 Bytes
/
Cargo.toml
File metadata and controls
29 lines (26 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "tusk"
version = "0.1.0"
edition = "2024"
authors = ["Iwan Timmer <irtimmer@gmail.com>"]
license = "GPL-3.0-or-later"
[dependencies]
arrayref = "0.3.9"
config = "0.15.14"
ecdsa = { version = "0.16.9", default-features = false, features = [ "der" ] }
env_logger = "0.11.8"
p256 = "0.13.2"
pinentry = "0.6.0"
rand = "0.8.5"
serde = { version = "1.0.219", features = ["derive"] }
tss-esapi = "7.6.0"
uhid-virt = "0.0.8"
xdg = "3.0.0"
[dependencies.opensk]
git = "https://github.com/google/OpenSK.git"
rev = "ec4c03d99ac7e915ff746a28fb68e8a1ffac417c"
default-features = false
features = ["software_crypto"]
[dependencies.sk-cbor]
git = "https://github.com/google/OpenSK.git"
rev = "ec4c03d99ac7e915ff746a28fb68e8a1ffac417c"