aboutsummaryrefslogtreecommitdiff
path: root/nearby/connections/ukey2/ukey2/Cargo.toml
blob: 161c5b4594e703176a059ba33724280329ecb6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "ukey2_rs"
version.workspace = true
edition.workspace = true
publish.workspace = true

[lints]
workspace = true

[features]
default = []
test_rustcrypto = ["crypto_provider_default/rustcrypto"]
test_openssl = ["crypto_provider_default/openssl"]
test_boringssl = ["crypto_provider_default/boringssl"]

[dependencies]
crypto_provider.workspace = true
rand.workspace = true
ukey2_proto.workspace = true
log.workspace = true

num-bigint = "0.4.3"

[dev-dependencies]
rand = { workspace = true, features = ["std_rng", "getrandom"] }
crypto_provider_default.workspace = true
sha2.workspace = true