2021-03-02 11:45:30 +00:00
|
|
|
[package]
|
2021-03-02 19:30:43 +00:00
|
|
|
authors = ["Valentin Tolmer <valentin@tolmer.fr>", "Steve Barrau <steve.barrau@gmail.com>", "Thomas Wickham <mackwic@gmail.com>"]
|
2021-03-02 19:13:58 +00:00
|
|
|
edition = "2018"
|
2021-03-02 19:30:43 +00:00
|
|
|
name = "lldap"
|
2021-03-02 11:45:30 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
2021-03-02 22:07:01 +00:00
|
|
|
actix = "*"
|
|
|
|
actix-rt = "1.1.1"
|
|
|
|
actix-server = "*"
|
|
|
|
actix-service = "*"
|
|
|
|
actix-web = "*"
|
2021-03-02 19:13:58 +00:00
|
|
|
anyhow = "*"
|
2021-03-02 19:30:43 +00:00
|
|
|
clap = "3.0.0-beta.2"
|
2021-03-02 22:07:01 +00:00
|
|
|
futures-util = "*"
|
2021-03-02 19:13:58 +00:00
|
|
|
http = "*"
|
2021-03-02 19:51:33 +00:00
|
|
|
log = "*"
|
2021-03-02 19:13:58 +00:00
|
|
|
serde = "*"
|
2021-03-02 19:30:43 +00:00
|
|
|
thiserror = "*"
|
2021-03-02 22:07:01 +00:00
|
|
|
tokio = "0.2.25"
|
2021-03-02 19:13:58 +00:00
|
|
|
tracing = "*"
|
|
|
|
tracing-actix-web = "*"
|
|
|
|
tracing-log = "*"
|
|
|
|
tracing-subscriber = "*"
|
|
|
|
|
|
|
|
[dependencies.figment]
|
|
|
|
features = ["toml", "env"]
|
|
|
|
version = "*"
|