ldap-test-server 0.0.1

Running isolated OpenLDAP servers in integration tests
Documentation
[[test]]
harness = false
name = "cucumber_ldap3"
[dependencies.dircpy]
version = "0.3"

[dependencies.portpicker]
version = "0.1"

[dependencies.rand]
version = "0.8"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
features = ["fs", "process", "time", "net", "io-util", "rt"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"
[dev-dependencies.cucumber]
version = "0.19.1"

[dev-dependencies.derivative]
version = "2.2.0"

[dev-dependencies.futures-util]
version = "0.3.27"

[dev-dependencies.ldap-rs]
version = "0.4.0"

[dev-dependencies.ldap3]
version = "0.11.1"

[dev-dependencies.strum]
version = "0.24.1"

[dev-dependencies.strum_macros]
version = "0.24.1"

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

[package]
authors = ["Mateusz Kondej <m@kondej.net>"]
categories = ["development-tools::testing"]
description = "Running isolated OpenLDAP servers in integration tests"
documentation = "https://docs.rs/ldap-test-server"
edition = "2021"
keywords = ["ldap", "test"]
license = "MIT OR Apache-2.0"
name = "ldap-test-server"
readme = "README.md"
repository = "https://gitlab.com/mateuszkj/ldap-test-server"
rust-version = "1.56"
version = "0.0.1"