mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
885 B
TOML
25 lines
885 B
TOML
[package]
|
|
name = "kanidm_client"
|
|
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 Client Library"
|
|
documentation = "https://docs.rs/kanidm_client/latest/kanidm_client/"
|
|
homepage = "https://github.com/kanidm/kanidm/"
|
|
repository = "https://github.com/kanidm/kanidm/"
|
|
|
|
[dependencies]
|
|
tracing = "^0.1.34"
|
|
reqwest = { version = "^0.11.10", features=["cookies", "json", "native-tls"] }
|
|
kanidm_proto = { path = "../kanidm_proto", version = "1.1.0-alpha.8" }
|
|
serde = { version = "^1.0.137", features = ["derive"] }
|
|
serde_json = "^1.0.80"
|
|
toml = "^0.5.9"
|
|
uuid = { version = "^1.1.1", features = ["serde", "v4"] }
|
|
url = { version = "^2.2.2", features = ["serde"] }
|
|
webauthn-rs = "^0.3.2"
|
|
tokio = { version = "^1.19.1", features = ["rt", "net", "time", "macros", "sync", "signal"] }
|
|
|