classify-client/Cargo.toml

37 строки
660 B
TOML
Исходник Обычный вид История

2018-12-07 22:58:02 +03:00
[package]
authors = [
"Michael Cooper <mcooper@mozilla.com>",
"Mathieu Leplatre <mleplatre@mozilla.com>"
]
2018-12-07 22:58:02 +03:00
edition = "2018"
name = "classify-client"
version = "0.2.0"
2018-12-07 22:58:02 +03:00
[dependencies]
2021-05-14 02:17:02 +03:00
actix = "^0.11"
2021-05-14 02:08:49 +03:00
actix-web = "^3"
2021-05-14 02:17:02 +03:00
actix-rt = "^2"
cadence = "^0.25.0"
2019-10-08 18:59:52 +03:00
envy = "^0.4.0"
2021-05-14 01:49:39 +03:00
futures = "^0.3"
2018-12-07 22:58:02 +03:00
lazy_static = "^1.2.0"
2021-05-14 02:17:02 +03:00
maxminddb = "^0.17"
regex = "^1.1.0"
2018-12-07 22:58:02 +03:00
serde = "^1.0.80"
serde_derive = "^1.0.80"
serde_json = "^1.0.33"
2018-12-20 03:19:22 +03:00
slog = "^2.4"
slog-async = "2.3.0"
2019-03-12 01:06:30 +03:00
slog-json = "2.3.0"
slog-mozlog-json = "0.1.0"
2021-05-26 21:41:15 +03:00
slog-term = "2.8.0"
2021-05-14 02:17:02 +03:00
slog_derive = "0.2"
[dependencies.chrono]
features = ["serde"]
version = "^0.4"
[dependencies.ipnet]
features = ["serde"]
version = "^2"