2024-07-26 07:54:28 +02:00
|
|
|
[package]
|
|
|
|
name = "scim_proto"
|
|
|
|
description = "Kanidm SCIM Protocol Bindings"
|
|
|
|
documentation = "https://docs.rs/kanidm_client/latest/kanidm_client/"
|
|
|
|
|
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
rust-version = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
test = true
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
base64urlsafedata = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
peg = { workspace = true }
|
|
|
|
time = { workspace = true, features = ["local-offset", "formatting", "parsing", "serde"] }
|
|
|
|
tracing = { workspace = true }
|
|
|
|
url = { workspace = true, features = ["serde"] }
|
|
|
|
uuid = { workspace = true, features = ["serde"] }
|
2024-07-27 02:01:21 +02:00
|
|
|
utoipa.workspace = true
|
2024-07-26 07:54:28 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tracing-subscriber = { workspace = true }
|