xref: /aosp_15_r20/system/authgraph/core/Cargo.toml (revision 4185b0660fbe514985fdcf75410317caad8afad1)
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 developers.
3
4[package]
5name = "authgraph_core"
6version = "0.1.0"
7authors = ["Hasini Gunasinghe <[email protected]>", "David Drysdale <[email protected]>"]
8edition = "2021"
9license = "Apache-2.0"
10
11[dependencies]
12authgraph_wire = "*"
13ciborium = { version = "0.2.2", default-features = false }
14ciborium-io = "0.2.2"
15coset = "0.3.3"
16log = "0.4"
17zeroize = { version = "^1.5.6", features = ["alloc", "zeroize_derive"] }
18
19[dev-dependencies]
20hex = "0.4.3"
21