2019-09-04 03:06:37 +02:00
|
|
|
[package]
|
2019-09-14 15:44:08 +02:00
|
|
|
name = "kanidm_proto"
|
2019-12-17 06:47:16 +01:00
|
|
|
description = "Kanidm Protocol Bindings for serde"
|
|
|
|
documentation = "https://docs.rs/kanidm_proto/latest/kanidm_proto/"
|
2022-10-01 08:08:51 +02:00
|
|
|
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
repository.workspace = true
|
2019-09-04 03:06:37 +02:00
|
|
|
|
2022-07-30 14:10:24 +02:00
|
|
|
[features]
|
|
|
|
wasm = ["webauthn-rs-proto/wasm"]
|
|
|
|
|
2022-08-22 04:46:43 +02:00
|
|
|
|
2019-09-04 03:06:37 +02:00
|
|
|
[dependencies]
|
2022-10-01 08:08:51 +02:00
|
|
|
base32.workspace = true
|
|
|
|
base64urlsafedata.workspace = true
|
2022-11-16 10:17:24 +01:00
|
|
|
num_enum.workspace = true
|
2022-11-09 22:43:22 +01:00
|
|
|
scim_proto.workspace = true
|
2022-10-01 08:08:51 +02:00
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
serde_json.workspace = true
|
|
|
|
time = { workspace = true, features = ["serde", "std"] }
|
2022-12-15 07:09:09 +01:00
|
|
|
tracing.workspace = true
|
2022-10-01 08:08:51 +02:00
|
|
|
url = { workspace = true, features = ["serde"] }
|
|
|
|
urlencoding.workspace = true
|
|
|
|
uuid = { workspace = true, features = ["serde"] }
|
2022-09-25 03:21:30 +02:00
|
|
|
webauthn-rs-proto.workspace = true
|
2022-08-22 04:46:43 +02:00
|
|
|
|
|
|
|
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
2022-10-01 08:08:51 +02:00
|
|
|
last-git-commit.workspace = true
|