# 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 = "ldap-utils" version = "0.4.5" authors = ["Matthias Hörmann "] build = false exclude = [ ".env", "tarpaulin-report.html", "tarpaulin-report.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Implements some LDAP utility functionality around OpenLDAP config files and the ldap3 Rust library" readme = "README.md" keywords = [ "ldap", "schema", "ldap3", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/taladar/ldap-utils" [profile.release] debug = 2 [lib] name = "ldap_utils" path = "src/lib.rs" [dependencies.chumsky] version = "0.9.3" [dependencies.derive_builder] version = "0.20.2" [dependencies.diff-struct] version = "0.5.3" [dependencies.dirs2] version = "3.0.1" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.ldap-types] version = "0.4.5" [dependencies.ldap3] version = "0.11.5" features = ["tls"] [dependencies.native-tls] version = "0.2" [dependencies.oid] version = "0.2.1" [dependencies.openssl] version = "0.10" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.thiserror] version = "2.0.0" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40"