# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sync-ldap-subtrees" version = "0.2.10" authors = ["Matthias Hörmann "] build = false exclude = [ "push-deploy-branches.sh", ".env", "tarpaulin-report.html", "tarpaulin-report.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Syncs two LDAP subtrees on two different LDAP servers similar to rsync for files" readme = "README.md" keywords = [ "ldap", "sync", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/taladar/sync-ldap-subtrees" [package.metadata.deb] assets = [[ "target/release/sync_ldap_subtrees", "usr/bin/", "755", ]] changelog = "changelog" copyright = "2022, Matthias Hörmann " depends = "$auto" extended-description = "Syncs two LDAP subtrees on two different LDAP servers similar to rsync for files" maintainer-scripts = "maintainer-scripts" name = "sync-ldap-subtrees" revision = "1" section = "database" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.sync_ldap_subtrees] path = "/usr/bin/sync_ldap_subtrees" [profile.release] debug = 2 [[bin]] name = "sync_ldap_subtrees" path = "src/bin/sync_ldap_subtrees.rs" [dependencies.chumsky] version = "0.9.3" [dependencies.clap] version = "~4.5" features = [ "derive", "cargo", ] [dependencies.diff-struct] version = "0.5.3" [dependencies.futures] version = "~0.3" [dependencies.lazy_static] version = "1.5.0" [dependencies.ldap-types] version = "0.4.5" [dependencies.ldap-utils] version = "0.4.5" [dependencies.ldap3] version = "0.11.5" features = ["tls"] [dependencies.oid] version = "0.2.1" [dependencies.openssl] version = "0.10.68" features = ["vendored"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.simple-error] version = "~0.3" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tracing] version = "~0.1" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "tracing-log", ] [dev-dependencies.pretty_assertions] version = "1.4.1"