# 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.56" name = "ldap-test-server-cli" version = "0.0.3" authors = ["Mateusz Kondej "] description = "Command line for running OpenLDAP server for testing" readme = "README.md" keywords = ["ldap"] categories = [ "command-line-utilities", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/mateuszkj/ldap-test-server" resolver = "1" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.ldap-test-server] version = "0.0.3" [dependencies.tokio] version = "1.28.1" features = [ "rt-multi-thread", "macros", "signal", "fs", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"]