2019-08-03 18:15:52 +00:00
|
|
|
[package]
|
|
|
|
name = "auth"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["alex"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-02-29 15:52:24 +00:00
|
|
|
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch="master" }
|
2020-02-29 18:45:32 +00:00
|
|
|
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket.git", branch="master", features = ["tera_templates"] }
|
2019-08-03 18:15:52 +00:00
|
|
|
futures = "0.1.21"
|
|
|
|
ldap3 = "0.6"
|
|
|
|
tokio = "0.1.0"
|
|
|
|
base64 = "0.10.0"
|
2019-08-11 10:34:55 +00:00
|
|
|
serde = "1.0.40"
|
|
|
|
serde_json = "1.0.40"
|
|
|
|
serde_derive = "1.0.40"
|
2020-02-29 15:52:24 +00:00
|
|
|
biscuit = "0.4.1"
|
2020-02-23 18:42:32 +00:00
|
|
|
num = "0.2"
|
|
|
|
openssl = "0.10.28"
|
2020-02-23 19:04:07 +00:00
|
|
|
env_logger = "0.7.1"
|
|
|
|
log = "0.4.8"
|