-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
40 lines (39 loc) · 1.25 KB
/
Cargo.toml
File metadata and controls
40 lines (39 loc) · 1.25 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
[package]
name = "oks"
version = "0.3.3"
description = """
A utility for managing and interacting with the offline keystore.
"""
edition = "2021"
[dependencies]
anyhow = "1.0.102"
clap = { version = "4.6.1", features = ["derive", "env"] }
const_format = "0.2.36"
env_logger = "0.11.10"
fs_extra = "1.3.0"
hex = { version = "0.4.3", features = ["serde"] }
log = "0.4.29"
lpc55_sign = { git = "https://github.com/oxidecomputer/lpc55_support", default-features = false, version = "0.3.5" }
lpc55_areas = { git = "https://github.com/oxidecomputer/lpc55_support", default-features = false, version = "0.2.5" }
num-bigint = "0.4.6"
p256 = "0.13"
pem-rfc7468 = { version = "1.0.0", features = ["alloc", "std"] }
rand = "0.8.6"
rand_core = { version = "0.6.4", features = ["std"] }
rpassword = "7.4.0"
serde = "1.0.228"
serde_json = "1.0.149"
serde_with = "3.18.0"
static_assertions = "1.1.0"
tempfile = "3.27.0"
textwrap = "0.16.2"
thiserror = "2.0.18"
vsss-rs = "5.3.0"
x509-cert = "0.2.5"
yubihsm = { git = "https://github.com/oxidecomputer/yubihsm.rs", branch = "session-close", features = ["usb", "untested"] }
zeroize = "1.8.2"
zeroize_derive = "1.4.3"
glob = "0.3.3"
rsa = "0.9.10"
sha2 = "0.11.0"
zerocopy = { version = "0.8.48", features = ["derive", "std", "zerocopy-derive"] }