This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
60 lines (57 loc) · 1.68 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[package]
name = "contile"
# be sure to update
# test-engineering/contract/volumes/client/scenarios.yml
# test-engineering/contract/volumes/client/scenarios_tiles_cache.yml
version = "1.11.3"
authors = [
"Philip Jenvey <pjenvey@underboss.org>",
"jrconlin <jr+git@mozilla.com>",
"Mozilla Services Engineering <services-engineering+code@mozilla.com>"
]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
# Enables line numbers in Sentry
debug = 1
[dependencies]
actix-cors = "0.6"
actix-web = { version = "4", default_features = false, features = ["macros"] }
actix-web-location = { version = "0.7", features = ["actix-web-v4", "maxmind", "cadence"] }
async-trait = "0.1"
backtrace = "0.3"
base64 = "0.21"
blake3 = "1"
bytes = "1"
cadence = "0.29"
chrono = "0.4"
crossbeam-channel = "0.5.4"
docopt = "1.1"
cloud-storage = { git = "https://github.com/mozilla-services/cloud-storage-rs", branch = "release/0.11.1-client-builder-and-params" }
config = "0.13"
dashmap = "5.3"
futures = "0.3"
gethostname = "0.4"
hex = "0.4"
image = "0.24"
lazy_static = "1.4"
log = { version = "0.4", features = ["max_level_trace", "release_max_level_info"] }
rand = "0.8"
regex = "1"
reqwest = { version = "0.11", features = ["json"] }
serde = "1"
sentry = "0.32"
sentry-backtrace = "0.32"
serde_json = "1"
scopeguard = "1.1"
slog = { version = "2.7", features = ["max_level_trace", "release_max_level_info", "dynamic-keys"] }
slog-async = "2.7"
slog-envlogger = "2.2.0"
slog-mozlog-json = "0.1"
slog-scope = "4.4"
slog-stdlog = "4.1"
slog-term = "2"
thiserror = "1"
tokio = { version = "1", features = ["macros", "sync"] }
url = "2"
woothee = "0.13"