2022-11-09 22:43:22 +01:00
|
|
|
[package]
|
|
|
|
name = "kanidm-ipa-sync"
|
|
|
|
description = "Kanidm Client Tools"
|
|
|
|
documentation = "https://kanidm.github.io/kanidm/stable/"
|
|
|
|
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
base64urlsafedata.workspace = true
|
|
|
|
clap = { workspace = true, features = ["derive", "env"] }
|
2022-12-21 00:53:57 +01:00
|
|
|
chrono.workspace = true
|
|
|
|
cron.workspace = true
|
2022-11-09 22:43:22 +01:00
|
|
|
kanidm_client.workspace = true
|
|
|
|
kanidm_proto.workspace = true
|
2022-12-21 00:53:57 +01:00
|
|
|
tokio = { workspace = true, features = ["rt", "macros", "net"] }
|
2022-11-09 22:43:22 +01:00
|
|
|
tracing.workspace = true
|
|
|
|
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
|
|
|
|
|
|
|
|
users.workspace = true
|
|
|
|
|
|
|
|
ldap3_client.workspace = true
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
serde_json.workspace = true
|
|
|
|
toml.workspace = true
|
|
|
|
url = { workspace = true, features = ["serde"] }
|
2022-12-15 07:09:09 +01:00
|
|
|
uuid = { workspace = true, features = ["serde"] }
|
2022-11-09 22:43:22 +01:00
|
|
|
|
|
|
|
# For file metadata, should this me moved out?
|
|
|
|
kanidmd_lib.workspace = true
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
clap = { workspace = true, features = ["derive"] }
|
|
|
|
clap_complete.workspace = true
|