22 lines
619 B
TOML
22 lines
619 B
TOML
[package]
|
|
name = "miniquorum"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = ["clap"]
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
card-backend-pcsc = "0.5.0"
|
|
chrono = { version = "0.4.39", default-features = false, features = ["std", "now", "serde"] }
|
|
clap = { version = "4.5.27", features = ["derive", "wrap_help"], optional = true }
|
|
keyfork-prompt = { version = "0.2.0", registry = "distrust", default-features = false }
|
|
openpgp-card = "0.4"
|
|
openpgp-card-sequoia = "0.2.2"
|
|
sequoia-openpgp = "1.22.0"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json.workspace = true
|
|
sha3 = "0.10.8"
|
|
thiserror = "2.0.11"
|