2022-10-24 01:50:31 +02:00
|
|
|
[package]
|
|
|
|
name = "kanidmd_testkit"
|
|
|
|
description = "Kanidm Server Test Framework"
|
|
|
|
documentation = "https://docs.rs/kanidm/latest/kanidm/"
|
|
|
|
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "kanidmd_testkit"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
kanidm_client.workspace = true
|
|
|
|
kanidm_proto.workspace = true
|
|
|
|
kanidmd_core.workspace = true
|
|
|
|
kanidmd_lib.workspace = true
|
|
|
|
|
|
|
|
|
|
|
|
url = { workspace = true, features = ["serde"] }
|
2022-11-21 07:51:39 +01:00
|
|
|
reqwest = { workspace = true, default-features = false }
|
2022-10-24 01:50:31 +02:00
|
|
|
sketching.workspace = true
|
|
|
|
testkit-macros.workspace = true
|
|
|
|
tracing = { workspace = true, features = ["attributes"] }
|
|
|
|
tokio = { workspace = true, features = ["net", "sync", "io-util", "macros"] }
|
|
|
|
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
profiles.workspace = true
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
compact_jwt.workspace = true
|
|
|
|
serde_json.workspace = true
|
2023-03-01 04:10:52 +01:00
|
|
|
webauthn-authenticator-rs.workspace = true
|
|
|
|
oauth2_ext = { workspace = true, default-features = false }
|
|
|
|
futures.workspace = true
|
2023-03-27 03:38:09 +02:00
|
|
|
time.workspace = true
|