blob: dff7f06dda1e5984f002c535de8c775959b23339 [file] [log] [blame]
[package]
name = "ukey2_connections"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
ukey2_rs = { path = "../ukey2" }
crypto_provider.workspace = true
rand = { workspace = true, features = ["std", "std_rng"] }
ukey2_proto.workspace = true
nom = { version = "7.1.1", features = ["alloc"] }
bytes = "1.2.1"
[dev-dependencies]
crypto_provider_openssl.workspace = true
crypto_provider_rustcrypto = { workspace = true, features = ["alloc", "std"] }
rstest = "0.16.0"