-
Notifications
You must be signed in to change notification settings - Fork 374
Expand file tree
/
Copy pathCargo.toml
More file actions
79 lines (76 loc) · 4.92 KB
/
Copy pathCargo.toml
File metadata and controls
79 lines (76 loc) · 4.92 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# @generated by autocargo from //eden/mononoke/servers/lfs/lfs_server:lfs_server
[package]
name = "lfs_server"
version = "0.1.0"
authors = ["Facebook"]
edition = "2024"
license = "GPLv2+"
[dependencies]
anyhow = "1.0.102"
async-trait = "0.1.86"
blobstore = { version = "0.1.0", path = "../../../blobstore" }
bytes = { version = "1.11.1", features = ["serde"] }
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
clap = { version = "4.6.0", features = ["derive", "env", "string", "unicode", "wrap_help"] }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
cmdlib_caching = { version = "0.1.0", path = "../../../cmdlib/caching" }
connection_security_checker = { version = "0.1.0", path = "../../../common/connection_security_checker" }
context = { version = "0.1.0", path = "../../slapi/slapi_server/context" }
facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
filestore = { version = "0.1.0", path = "../../../repo_attributes/filestore" }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
futures-util = { version = "0.3.30", features = ["compat"] }
gotham = "0.8"
gotham_derive = "0.8"
gotham_ext = { version = "0.1.0", path = "../../../common/gotham_ext" }
hostname = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
http = "1.4.1"
http-body = "1.0.1"
http-body-util = "0.1.0"
hyper-openssl = { version = "0.10", features = ["client-legacy", "tokio"] }
hyper-util = { version = "0.1.20", features = ["client-legacy", "http1", "http2", "server-auto", "service", "tokio"] }
justknobs = { version = "0.1.0", path = "../../../common/rust/justknobs_ext" }
lfs_protocol = { version = "0.1.0", path = "../../../common/lfs_protocol" }
lfs_server_config = { version = "0.1.0", path = "../../../../../configerator/structs/scm/mononoke/lfs_server" }
maplit = "1.0"
metaconfig_types = { version = "0.1.0", path = "../../../metaconfig/types" }
metadata = { version = "0.1.0", path = "../../../common/metadata" }
mime = "0.3.14"
mononoke_app = { version = "0.1.0", path = "../../../cmdlib/mononoke_app" }
mononoke_configs = { version = "0.1.0", path = "../../../common/mononoke_configs" }
mononoke_macros = { version = "0.1.0", path = "../../../common/mononoke_macros" }
mononoke_repos = { version = "0.1.0", path = "../../../common/mononoke_repos" }
mononoke_types = { version = "0.1.0", path = "../../../mononoke_types" }
ods_counters = { version = "0.1.0", path = "../../../common/ods_counters" }
once_cell = "1.21.4"
openssl = "0.10.80"
permission_checker = { version = "0.1.0", path = "../../../common/permission_checker" }
pin-project = "1.1.13"
rand = "0.10.1"
rate_limiting = { version = "0.1.0", path = "../../../common/rate_limiting" }
redactedblobstore = { version = "0.1.0", path = "../../../blobstore/redactedblobstore" }
regex = "1.12.3"
repo_authorization = { version = "0.1.0", path = "../../../repo_authorization" }
repo_blobstore = { version = "0.1.0", path = "../../../repo_attributes/repo_blobstore" }
repo_identity = { version = "0.1.0", path = "../../../repo_attributes/repo_identity" }
repo_permission_checker = { version = "0.1.0", path = "../../../repo_attributes/repo_permission_checker" }
sapling-clientinfo = { version = "0.1.0", path = "../../../../scm/lib/clientinfo" }
sapling-repourl = { version = "0.1.0", path = "../../../../scm/lib/repo/url" }
scuba_ext = { version = "0.1.0", path = "../../../common/scuba_ext" }
secure_utils = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
serde = { version = "1.0.219", features = ["derive", "rc"] }
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
thiserror = "2.0.18"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
time_window_counter = { version = "0.1.0", path = "../../../common/time_window_counter" }
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
[dev-dependencies]
fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
memblob = { version = "0.1.0", path = "../../../blobstore/memblob" }
mononoke_types-mocks = { version = "0.1.0", path = "../../../mononoke_types/mocks" }
pretty_assertions = { version = "1.4.1", features = ["alloc"], default-features = false }
readonlyblob = { version = "0.1.0", path = "../../../blobstore/readonlyblob" }
test_repo_factory = { version = "0.1.0", path = "../../../repo_factory/test_repo_factory" }