kanidm/kanidm_proto/Cargo.toml

23 lines
797 B
TOML
Raw Normal View History

[package]
name = "kanidm_proto"
2022-05-01 05:55:21 +02:00
version = "1.1.0-alpha.8"
authors = ["William Brown <william@blackhats.net.au>"]
rust-version = "1.59"
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]
serde = { version = "^1.0.138", features = ["derive"] }
serde_json = "^1.0.82"
2022-06-13 00:51:38 +02:00
uuid = { version = "^1.1.2", features = ["serde"] }
2022-04-27 05:35:26 +02:00
base32 = "^0.4.0"
webauthn-rs = { version = "^0.3.2", default-features = false, features = ["wasm"] }
# Can not upgrade due to breaking timezone apis.
time = { version = "=0.2.27", features = ["serde", "std"] }
url = { version = "^2.2.2", features = ["serde"] }