-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
63 lines (61 loc) · 2.7 KB
/
Cargo.toml
File metadata and controls
63 lines (61 loc) · 2.7 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
[workspace]
members = [
"attest-data",
"attest-mock",
"barcode",
"dice-cert-tmpl",
"dice-mfg",
"dice-mfg-msgs",
"yhsm-audit",
"verifier-cli",
]
resolver = "2"
[workspace.dependencies]
anyhow = { version = "1.0.100", default-features = false }
attest.path = "attest"
chrono = { version = "0.4.42", default-features=false }
clap = { version = "4.5.51", features = ["derive", "env"] }
const-oid = { version = "0.9.6", default-features = false }
corncobs = "0.1"
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.8", default-features = false }
getrandom = "0.3.4"
hex.version = "0.4"
hubpack = "0.1"
knuffel = "3.2.0"
libipcc = { git = "https://github.com/oxidecomputer/ipcc-rs", rev = "7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf" }
log = { version = "0.4.28", features = ["std"] }
# pin miette to same version used by knuffel
miette = { version = "7.0", features = ["fancy"] }
p384 = { version = "0.13.1", default-features = false }
pem-rfc7468 = { version = "0.7.0", default-features = false }
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.145", features = ["std", "alloc"] }
serde_with = { version = "3.15.1", default-features = false }
serialport = { git = "https://github.com/jgallagher/serialport-rs", branch = "illumos-support" }
sha2 = "0.10.9"
sha3 = { version = "0.10.8", default-features = false }
sled-agent-client = { git = "https://github.com/oxidecomputer/omicron", rev = "becbbb616f5f18b59cc42e511c148734c2ba3831" }
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.23.0", default-features = false }
thiserror = { version = "2.0.17", 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.27"
zeroize = { version = "1.8.2", default-features = false }