-
Notifications
You must be signed in to change notification settings - Fork 374
Expand file tree
/
Copy pathCargo.toml
More file actions
56 lines (54 loc) · 2.96 KB
/
Copy pathCargo.toml
File metadata and controls
56 lines (54 loc) · 2.96 KB
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
# @generated by autocargo from //eden/mononoke/common/gotham_ext:gotham_ext
[package]
name = "gotham_ext"
version = "0.1.0"
authors = ["Facebook"]
edition = "2024"
license = "GPLv2+"
[dependencies]
anyhow = "1.0.102"
async-compression = { version = "0.4.42", features = ["brotli", "bzip2", "deflate", "futures-io", "gzip", "tokio", "zlib", "zstd", "zstdmt"] }
async-trait = "0.1.86"
bytes = { version = "1.11.1", features = ["serde"] }
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
cats = { version = "0.1.0", path = "../cats" }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
connection_security_checker = { version = "0.1.0", path = "../connection_security_checker" }
context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" }
either = "1.5"
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
gotham = "0.8"
gotham_derive = "0.8"
hex = { version = "0.4.3", features = ["alloc"] }
hickory-resolver = { version = "0.26.1", features = ["system-config", "tokio"] }
http = "1.4.1"
http-body = "1.0.1"
http-body-util = "0.1.0"
hyper = { version = "1.10.1", features = ["client", "http1", "http2"] }
hyper-util = { version = "0.1.20", features = ["client-legacy", "http1", "http2", "server-auto", "service", "tokio"] }
justknobs = { version = "0.1.0", path = "../rust/justknobs_ext" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
metadata = { version = "0.1.0", path = "../metadata" }
mime = "0.3.14"
mononoke_configs = { version = "0.1.0", path = "../mononoke_configs" }
mononoke_macros = { version = "0.1.0", path = "../mononoke_macros" }
openssl = "0.10.80"
percent-encoding = "2.1"
permission_checker = { version = "0.1.0", path = "../permission_checker" }
pin-project = "1.1.13"
quiet_stream = { version = "0.1.0", path = "../quiet_stream" }
rate_limiting = { version = "0.1.0", path = "../rate_limiting" }
sapling-cats-constants = { version = "0.1.0", path = "../../../scm/lib/cats/constants" }
sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" }
scopeguard = "1.2.0"
scuba_ext = { version = "0.1.0", path = "../scuba_ext" }
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
tokio-openssl = "0.6.5"
tokio-util = { version = "0.7.18", features = ["full"] }
tower-service = "0.3.3"
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
yield_stream = { version = "0.1.0", path = "../yield_stream" }