xref: /aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/Cargo.toml (revision e1997b9af69e3155ead6e072d106a0077849ffba)
1*e1997b9aSAndroid Build Coastguard Worker[package]
2*e1997b9aSAndroid Build Coastguard Workername = "mls-rs-crypto-boringssl"
3*e1997b9aSAndroid Build Coastguard Workerversion = "0.1.0"
4*e1997b9aSAndroid Build Coastguard Workeredition = "2021"
5*e1997b9aSAndroid Build Coastguard Worker
6*e1997b9aSAndroid Build Coastguard Worker[dependencies]
7*e1997b9aSAndroid Build Coastguard Workerbssl-crypto = { path = "../../../../external/boringssl/src/rust/bssl-crypto" }
8*e1997b9aSAndroid Build Coastguard Workermls-rs-codec = "0.5.3"
9*e1997b9aSAndroid Build Coastguard Workermls-rs-core = "0.18.0"
10*e1997b9aSAndroid Build Coastguard Workermls-rs-crypto-traits = "0.10.0"
11*e1997b9aSAndroid Build Coastguard Workerthiserror = "1.0.49"
12*e1997b9aSAndroid Build Coastguard Workerzeroize = { version = "1.6.0", features = ["zeroize_derive"] }
13*e1997b9aSAndroid Build Coastguard Workermaybe-async = "0.2.10"
14*e1997b9aSAndroid Build Coastguard Worker
15*e1997b9aSAndroid Build Coastguard Worker[target.'cfg(mls_build_async)'.dependencies]
16*e1997b9aSAndroid Build Coastguard Workerasync-trait = "0.1.74"
17*e1997b9aSAndroid Build Coastguard Worker
18