-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
67 lines (65 loc) · 2.86 KB
/
Copy pathCargo.toml
File metadata and controls
67 lines (65 loc) · 2.86 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[workspace]
members = [
"attest-data",
"attest-mock",
"attest-time",
"barcode",
"dice-cert-tmpl",
"dice-mfg",
"dice-mfg-msgs",
"yhsm-audit",
"verifier-cli",
]
resolver = "2"
[workspace.dependencies]
anyhow = { version = "1.0.103", default-features = false }
async-trait = "0.1.89"
attest.path = "attest"
camino = { version = "1.2.4", default-features = false }
chrono = { version = "0.4.45", default-features=false }
clap = { version = "4.6.1", features = ["derive", "env"] }
clap-verbosity = "2.1.0"
const-oid = { version = "0.9.6", default-features = false }
corncobs = "0.1"
ctrlc = "3.5.2"
der = { version = "0.7.10", default-features = false }
ecdsa = { version = "0.16", default-features = false }
ed25519-dalek = { version = "2.1", default-features = false }
env_logger = { version = "0.11.11", default-features = false }
getrandom = "0.4.3"
hex.version = "0.4"
hubpack = "0.1"
knus = "3.4.0"
libipcc = { git = "https://github.com/oxidecomputer/ipcc-rs", rev = "7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf" }
log = { version = "0.4.33", features = ["std"] }
p384 = { version = "0.13.1", default-features = false }
pem-rfc7468 = { version = "1.0.0", default-features = false }
pki-playground = { git = "https://github.com/oxidecomputer/pki-playground", rev = "bcd3bf2dfe36468c494eac17463a4e10be366b35" }
rats-corim.git = "https://github.com/oxidecomputer/rats-corim"
ron = "0.8"
rpassword = "7.4.0"
salty = { version = "0.3", default-features = false }
serde = { version = "1.0.228", default-features = false }
serde-big-array = "0.5.1"
serde_json = { version = "1.0.150", features = ["std", "alloc"] }
serde_with = { version = "3.21.0", default-features = false }
serialport = { git = "https://github.com/jgallagher/serialport-rs", branch = "illumos-support" }
sha2 = "0.11.0"
sha3 = { version = "0.10.8", default-features = false }
sled-agent-client = { git = "https://github.com/oxidecomputer/omicron", rev = "9932e3633a3417d130af44dfce12672eb8e0ec00" }
sled-agent-types-versions = { git = "https://github.com/oxidecomputer/omicron", rev = "becbbb616f5f18b59cc42e511c148734c2ba3831" }
slog = { version = "2.8.2", default-features = false }
slog-async = "2.8.0"
slog-envlogger = "2.2.0"
slog-error-chain = { git = "https://github.com/oxidecomputer/slog-error-chain", rev = "15f69041f45774602108e47fb25e705dc23acfb2" }
slog-stdlog = "4.1.1"
slog-term = "2.9.2"
static_assertions = { version = "1.1.0", default-features = false }
string-error = "0.1"
tempfile = { version = "3.27.0", default-features = false }
thiserror = { version = "2.0.18", default-features = false }
tokio = { version = "1.47", default-features = false }
x509-cert = { version = "0.2.5", default-features = false }
yubihsm = { git = "https://github.com/oxidecomputer/yubihsm.rs", branch="v0.42.0-with-audit", features = ["default", "usb"] }
zerocopy = "0.8.52"
zeroize = { version = "1.9.0", default-features = false }