ldap-client-ber 0.6.0

ASN.1 BER codec for LDAP
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"
rust-version = "1.93"
name = "ldap-client-ber"
version = "0.6.0"
authors = ["Michael S. Klishin and Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ASN.1 BER codec for LDAP"
homepage = "https://github.com/michaelklishin/ldap-client-rs"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/michaelklishin/ldap-client-rs"
resolver = "2"

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

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

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

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

[[bench]]
name = "ber_bench"
path = "benches/ber_bench.rs"
harness = false

[dependencies.bytes]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.proptest]
version = "1"