kanidm/kanidm_proto/Cargo.toml

25 lines
803 B
TOML
Raw Normal View History

[package]
name = "kanidm_proto"
2021-12-31 00:26:31 +01:00
version = "1.1.0-alpha.7"
authors = ["William Brown <william@blackhats.net.au>"]
edition = "2021"
license = "MPL-2.0"
description = "Kanidm Protocol Bindings for serde"
documentation = "https://docs.rs/kanidm_proto/latest/kanidm_proto/"
2020-01-17 02:51:15 +01:00
homepage = "https://github.com/kanidm/kanidm/"
repository = "https://github.com/kanidm/kanidm/"
[dependencies]
2021-12-31 00:11:20 +01:00
serde = { version = "1", features = ["derive"] }
2021-11-21 07:41:49 +01:00
serde_json = "1.0"
uuid = { version = "0.8", features = ["serde", "wasm-bindgen"] }
base32 = "0.4"
webauthn-rs = { version = "0.3", default-features = false, features = ["wasm"] }
2021-05-26 08:11:00 +02:00
time = { version = "0.2", features = ["serde", "std"] }
url = { version = "2", features = ["serde"] }
2021-12-31 00:11:20 +01:00
# zxcvbn = { version = "2.0", features = ["ser"] }
[dev-dependencies]
serde_json = "1.0"