ldap3_client 0.7.1

LDAP Client Library for Tokio
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 = "2021"
rust-version = "1.74"
name = "ldap3_client"
version = "0.7.1"
authors = ["William Brown <william@blackhats.net.au>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LDAP Client Library for Tokio"
homepage = "https://github.com/kanidm/ldap3/"
readme = false
license = "MPL-2.0"
repository = "https://github.com/kanidm/ldap3/"

[features]
default = ["strict"]
strict = ["ldap3_proto/strict"]

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

[dependencies.base64]
version = "0.22"

[dependencies.futures-util]
version = "^0.3.21"
features = ["sink"]

[dependencies.ldap3_proto]
version = "=0.7.1"
features = ["serde"]

[dependencies.rustls-platform-verifier]
version = "0.6.2"

[dependencies.serde]
version = "^1.0.136"
features = [
    "derive",
    "derive",
]

[dependencies.serde_with]
version = "3.9.0"
features = ["base64"]

[dependencies.tokio]
version = "^1.17.0"
features = [
    "net",
    "time",
    "sync",
    "io-util",
    "macros",
]

[dependencies.tokio-rustls]
version = "0.26.2"

[dependencies.tokio-util]
version = "^0.7.1"
features = ["codec"]

[dependencies.tracing]
version = "^0.1.34"
features = ["attributes"]

[dependencies.url]
version = "^2.2.2"

[dependencies.uuid]
version = "^1.1.2"
features = ["serde"]