xref: /aosp_15_r20/system/secretkeeper/core/Cargo.toml (revision 3f8e9d82f4020c68ad19a99fc5fdc1fc90b79379)
1*3f8e9d82SAndroid Build Coastguard Worker# Note that Cargo is not an officially supported build tool (Android's Soong is the official
2*3f8e9d82SAndroid Build Coastguard Worker# tool).  This Cargo.toml file is included purely for the convenience of developers.
3*3f8e9d82SAndroid Build Coastguard Worker
4*3f8e9d82SAndroid Build Coastguard Worker[package]
5*3f8e9d82SAndroid Build Coastguard Workername = "secretkeeper_core"
6*3f8e9d82SAndroid Build Coastguard Workerversion = "0.1.0"
7*3f8e9d82SAndroid Build Coastguard Workerauthors = ["David Drysdale <[email protected]>", "Shikha Panwar <[email protected]>"]
8*3f8e9d82SAndroid Build Coastguard Workeredition = "2021"
9*3f8e9d82SAndroid Build Coastguard Workerlicense = "Apache-2.0"
10*3f8e9d82SAndroid Build Coastguard Worker
11*3f8e9d82SAndroid Build Coastguard Worker[dependencies]
12*3f8e9d82SAndroid Build Coastguard Workerauthgraph_core = "*"
13*3f8e9d82SAndroid Build Coastguard Workerauthgraph_wire = "*"
14*3f8e9d82SAndroid Build Coastguard Workerciborium = { version = "0.2.2", default-features = false }
15*3f8e9d82SAndroid Build Coastguard Workercoset = "0.3.7"
16*3f8e9d82SAndroid Build Coastguard Workerdice_policy = "*"
17*3f8e9d82SAndroid Build Coastguard Workerlog = "0.4"
18*3f8e9d82SAndroid Build Coastguard Workersecretkeeper_comm = "*"
19*3f8e9d82SAndroid Build Coastguard Worker
20*3f8e9d82SAndroid Build Coastguard Worker[dev-dependencies]
21*3f8e9d82SAndroid Build Coastguard Workerhex = "0.4.3"
22