1# Note that Cargo is not an officially supported build tool (Android's Soong is the official
2# tool).  This Cargo.toml file is included purely for the convenience of KeyMint developers.
3
4[package]
5name = "kmr-ta"
6version = "0.1.0"
7authors = ["David Drysdale <drysdale@google.com>"]
8edition = "2021"
9license = "Apache-2.0"
10
11[dependencies]
12ciborium = { version = "^0.2.0", default-features = false }
13ciborium-io = "^0.2.0"
14coset = "0.3.3"
15der = { version = "^0.7.8", features = ["alloc", "derive"] }
16flagset = "0.4.3"
17kmr-common = "*"
18kmr-derive = "*"
19kmr-wire = "*"
20log = "^0.4"
21spki = { version = "0.7.3"}
22x509-cert = { version = "0.2.4", default-features = false }
23
24[dev-dependencies]
25hex = "0.4.3"
26