simple-ldap 9.0.0

A high-level LDAP client for Rust
Documentation
# 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 = "2024"
name = "simple-ldap"
version = "9.0.0"
authors = ["Kasun Ranasingge <kasunranasinghe303@gmail.com>"]
build = false
autolib = 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"

[features]
default = ["tls-native"]
pool = ["dep:deadpool"]
tls-native = ["ldap3/tls-native"]
tls-rustls = ["ldap3/tls-rustls-aws-lc-rs"]

[lib]
name = "simple_ldap"
path = "src/lib.rs"

[[test]]
name = "client_tests"
path = "tests/client_tests.rs"

[[test]]
name = "pool_tests"
path = "tests/pool_tests.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.1"

[dependencies.chumsky]
version = "0.12.0"

[dependencies.deadpool]
version = "0.13.0"
optional = true

[dependencies.derive_more]
version = "2.0.1"
features = [
    "debug",
    "display",
    "try_from",
]

[dependencies.futures]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.ldap3]
version = "0.12.1"
default-features = false

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde-value]
version = "0.7.0"

[dependencies.serde_with]
version = "3.12.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.anyhow]
version = "1.0.98"

[dev-dependencies.rand]
version = "0.10.0"

[dev-dependencies.serde_json]
version = "1.0.142"

[dev-dependencies.serde_with]
version = "3.12.0"

[dev-dependencies.tokio]
version = "1.44.2"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.23"

[dev-dependencies.uuid]
version = "1.16.0"
features = [
    "v4",
    "serde",
]

[lints.clippy]
uninlined_format_args = "warn"

[lints.clippy.all]
level = "warn"
priority = -1