# 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 = "simple-ldap" version = "2.1.0" authors = ["Kasun Ranasingge "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-level LDAP client for Rust" readme = "README.md" keywords = [ "ldap", "ldap3", "async", "high-level", ] license = "MIT/Apache-2.0" repository = "https://github.com/keaz/simple-ldap" [lib] name = "simple_ldap" path = "src/lib.rs" doctest = false [dependencies.async-trait] version = "0.1.83" [dependencies.deadpool] version = "0.10.0" [dependencies.futures] version = "0.3.31" [dependencies.ldap3] version = "0.11.5" default-features = false [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "2.0.2" [features] default = ["ldap3/default"] gssapi = ["ldap3/gssapi"] sync = ["ldap3/sync"] tls = ["ldap3/tls"] tls-native = ["ldap3/tls-native"] tls-rustls = ["ldap3/tls-rustls"]