# 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.67.1" name = "ldap-test-server" version = "0.1.2" authors = ["Mateusz Kondej "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Running isolated OpenLDAP servers in integration tests" documentation = "https://docs.rs/ldap-test-server" readme = "README.md" keywords = [ "ldap", "test", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/mateuszkj/ldap-test-server" [lib] name = "ldap_test_server" path = "src/lib.rs" [[test]] name = "cucumber_ldap3" path = "tests/cucumber_ldap3.rs" harness = false [[test]] name = "ldap-rs-crate" path = "tests/ldap-rs-crate.rs" [[test]] name = "ssl" path = "tests/ssl.rs" [dependencies.dircpy] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.random-port] version = "0.1" [dependencies.rcgen] version = "0.13" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = [ "fs", "process", "time", "net", "io-util", "rt", ] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" [dev-dependencies.cucumber] version = "0.21.1" [dev-dependencies.derive_more] version = "1.0.0" features = ["debug"] [dev-dependencies.futures-util] version = "0.3.31" [dev-dependencies.ldap-rs] version = "0.4.3" [dev-dependencies.ldap3] version = "0.11.5" [dev-dependencies.native-tls] version = "0.2.12" [dev-dependencies.tokio] version = "1.29.1" features = [ "rt-multi-thread", "macros", ]