2023-03-01 04:10:52 +01:00
|
|
|
[package]
|
|
|
|
name = "kanidm_lib_crypto"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-16 05:26:05 +02:00
|
|
|
argon2.workspace = true
|
2023-03-01 04:10:52 +01:00
|
|
|
base64.workspace = true
|
|
|
|
base64urlsafedata.workspace = true
|
|
|
|
hex.workspace = true
|
|
|
|
kanidm_proto.workspace = true
|
|
|
|
|
|
|
|
# We need to explicitly ask for openssl-sys so that we get the version propagated
|
|
|
|
# into the build.rs for legacy feature checks.
|
|
|
|
openssl-sys.workspace = true
|
|
|
|
openssl.workspace = true
|
|
|
|
rand.workspace = true
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
tracing.workspace = true
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
sketching.workspace = true
|