37 строки
660 B
TOML
37 строки
660 B
TOML
[package]
|
|
authors = [
|
|
"Michael Cooper <mcooper@mozilla.com>",
|
|
"Mathieu Leplatre <mleplatre@mozilla.com>"
|
|
]
|
|
edition = "2018"
|
|
name = "classify-client"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
actix = "^0.11"
|
|
actix-web = "^3"
|
|
actix-rt = "^2"
|
|
cadence = "^0.25.0"
|
|
envy = "^0.4.0"
|
|
futures = "^0.3"
|
|
lazy_static = "^1.2.0"
|
|
maxminddb = "^0.17"
|
|
regex = "^1.1.0"
|
|
serde = "^1.0.80"
|
|
serde_derive = "^1.0.80"
|
|
serde_json = "^1.0.33"
|
|
slog = "^2.4"
|
|
slog-async = "2.3.0"
|
|
slog-json = "2.3.0"
|
|
slog-mozlog-json = "0.1.0"
|
|
slog-term = "2.8.0"
|
|
slog_derive = "0.2"
|
|
|
|
[dependencies.chrono]
|
|
features = ["serde"]
|
|
version = "^0.4"
|
|
|
|
[dependencies.ipnet]
|
|
features = ["serde"]
|
|
version = "^2"
|