mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
23 lines
678 B
TOML
23 lines
678 B
TOML
[package]
|
|
name = "kanidm_proto"
|
|
version = "1.1.0-alpha.4"
|
|
authors = ["William Brown <william@blackhats.net.au>"]
|
|
edition = "2018"
|
|
license = "MPL-2.0"
|
|
description = "Kanidm Protocol Bindings for serde"
|
|
documentation = "https://docs.rs/kanidm_proto/latest/kanidm_proto/"
|
|
homepage = "https://github.com/kanidm/kanidm/"
|
|
repository = "https://github.com/kanidm/kanidm/"
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
uuid = { version = "0.8", features = ["serde", "wasm-bindgen"] }
|
|
# zxcvbn = { version = "2.0", features = ["ser"] }
|
|
base32 = "0.4"
|
|
webauthn-rs = { version = "0.3.0-alpha.7", default-features = false, features = ["wasm"] }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0"
|
|
|