[package] authors = ["Valentin Tolmer ", "Steve Barrau ", "Thomas Wickham "] edition = "2018" name = "lldap" version = "0.1.0" [dependencies] actix = "0.11.0-beta.3" actix-rt = "*" actix-server = "2.0.0-beta.3" actix-service = "2.0.0-beta.4" actix-web = "4.0.0-beta.3" anyhow = "*" clap = "3.0.0-beta.2" futures = "*" futures-util = "*" http = "*" ldap3_server = "*" log = "*" serde = "*" thiserror = "*" tokio = { version = "*", features = ["full"] } tokio-util = "*" tracing = "*" tracing-actix-web = "0.3.0-beta.2" tracing-log = "*" tracing-subscriber = "*" [dependencies.figment] features = ["toml", "env"] version = "*"