-
Notifications
You must be signed in to change notification settings - Fork 374
Expand file tree
/
Copy pathCargo.toml
More file actions
90 lines (87 loc) · 5.62 KB
/
Copy pathCargo.toml
File metadata and controls
90 lines (87 loc) · 5.62 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
80
81
82
83
84
85
86
87
88
89
90
# @generated by autocargo from //eden/mononoke/jobs/walker:walker
[package]
name = "walker"
version = "0.1.0"
authors = ["Facebook"]
edition = "2024"
license = "GPLv2+"
[dependencies]
ahash = { version = "0.8.11", features = ["runtime-rng"] }
anyhow = "1.0.102"
array-init = "0.1"
async-trait = "0.1.86"
auto_impl = "1.3.0"
bitflags = { version = "2.13.0", features = ["serde", "std"], default-features = false }
blame = { version = "0.1.0", path = "../../derived_data/blame" }
blobrepo_hg = { version = "0.1.0", path = "../../blobrepo/blobrepo_hg" }
blobstore = { version = "0.1.0", path = "../../blobstore" }
blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" }
bonsai_hg_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_hg_mapping" }
bookmarks = { version = "0.1.0", path = "../../repo_attributes/bookmarks" }
bounded_traversal = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
bytes = { version = "1.11.1", features = ["serde"] }
changeset_info = { version = "0.1.0", path = "../../derived_data/changeset_info" }
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" }
cmdlib_scrubbing = { version = "0.1.0", path = "../../cmdlib/scrubbing" }
commit_graph = { version = "0.1.0", path = "../../repo_attributes/commit_graph/commit_graph" }
context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" }
dashmap = { version = "6.1.0", features = ["rayon", "serde"] }
deleted_manifest = { version = "0.1.0", path = "../../derived_data/deleted_manifest" }
derivation_queue_thrift = { version = "0.1.0", path = "../../repo_attributes/repo_derivation_queues/if" }
derive_more = { version = "1.0.0", features = ["full"] }
derived_data_manager = { version = "0.1.0", path = "../../derived_data/manager" }
executor_lib = { version = "0.1.0", path = "../../cmdlib/sharding" }
facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fastlog = { version = "0.1.0", path = "../../derived_data/fastlog" }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
filenodes = { version = "0.1.0", path = "../../repo_attributes/filenodes" }
filenodes_derivation = { version = "0.1.0", path = "../../derived_data/filenodes_derivation" }
filestore = { version = "0.1.0", path = "../../repo_attributes/filestore" }
filetime = "0.2.29"
fsnodes = { version = "0.1.0", path = "../../derived_data/fsnodes" }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
hash_memo = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
hex = { version = "0.4.3", features = ["alloc"] }
internment = { version = "0.8.6", features = ["arc", "serde"] }
itertools = "0.14.0"
manifest = { version = "0.1.0", path = "../../manifest" }
maplit = "1.0"
mercurial_derivation = { version = "0.1.0", path = "../../derived_data/mercurial_derivation" }
mercurial_types = { version = "0.1.0", path = "../../mercurial/types" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" }
mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
multiplexedblob = { version = "0.1.0", path = "../../blobstore/multiplexedblob" }
newfilenodes = { version = "0.1.0", path = "../../repo_attributes/newfilenodes" }
once_cell = "1.21.4"
paste = "1.0.14"
percent-encoding = "2.1"
phases = { version = "0.1.0", path = "../../repo_attributes/phases" }
regex = "1.12.3"
repo_blobstore = { version = "0.1.0", path = "../../repo_attributes/repo_blobstore" }
repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_derived_data" }
repo_factory = { version = "0.1.0", path = "../../repo_factory" }
repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" }
samplingblob = { version = "0.1.0", path = "../../blobstore/samplingblob" }
sapling-clientinfo = { version = "0.1.0", path = "../../../scm/lib/clientinfo" }
scuba = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
sharding_ext = { version = "0.1.0", path = "../../cmdlib/sharding_ext" }
skeleton_manifest = { version = "0.1.0", path = "../../derived_data/skeleton_manifest" }
sql_commit_graph_storage = { version = "0.1.0", path = "../../repo_attributes/commit_graph/sql_commit_graph_storage" }
sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2.0.18"
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
unodes = { version = "0.1.0", path = "../../derived_data/unodes" }
yield_stream = { version = "0.1.0", path = "../../common/yield_stream" }
zstd = { version = "0.13.3", features = ["experimental", "zstdmt"] }
[dev-dependencies]
fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }