# 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 = "2018" name = "deadpool-ldap" version = "0.3.1" authors = ["Aitor Ruano "] description = "LDAP support for the deadpool connection pool" readme = "README.md" keywords = [ "ldap", "ldap3", "deadpool", "pool", "async", ] license = "MIT/Apache-2.0" repository = "https://github.com/c0dearm/deadpool-ldap" [dependencies.actix-rt] version = "2" optional = true [dependencies.async-trait] version = "0.1" [dependencies.deadpool] version = "0.9" features = ["managed"] default-features = false [dependencies.ldap3] version = "0.10" default-features = false [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.0" features = ["rt-multi-thread"] optional = true [features] default = ["rt-tokio"] rt-actix = ["actix-rt"] rt-tokio = ["tokio"] tls-native = ["ldap3/tls-native"] tls-rustls = ["ldap3/tls-rustls"]