22 lines
446 B
TOML
22 lines
446 B
TOML
[package]
|
|
name = "kmr-ta"
|
|
version = "0.1.0"
|
|
authors = ["David Drysdale <drysdale@google.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ciborium = { version = "^0.2.0", default-features = false }
|
|
ciborium-io = "^0.2.0"
|
|
coset = "0.3.3"
|
|
der = { version = "^0.6", features = ["alloc", "derive"] }
|
|
flagset = "0.4.3"
|
|
kmr-common = "*"
|
|
kmr-derive = "*"
|
|
kmr-wire = "*"
|
|
log = "^0.4"
|
|
spki = { version = "0.6"}
|
|
x509-cert = "0.1.0"
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4.3"
|