mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Update to 1.39 + all deps update, and setup cargo.toml's for publishing to crates (to prevent domain/crate squatting).
22 lines
603 B
TOML
22 lines
603 B
TOML
[package]
|
|
name = "kanidm_proto"
|
|
version = "0.1.0"
|
|
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/Firstyear/kanidm/"
|
|
repostiory = "https://github.com/Firstyear/kanidm/"
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
uuid = { version = "0.7", features = ["serde", "v4"] }
|
|
actix = { version = "0.7", optional = true }
|
|
zxcvbn = { version = "2.0", features = ["ser"] }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0"
|
|
|