-
Notifications
You must be signed in to change notification settings - Fork 374
Expand file tree
/
Copy pathCargo.toml
More file actions
51 lines (48 loc) · 3.05 KB
/
Copy pathCargo.toml
File metadata and controls
51 lines (48 loc) · 3.05 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
# @generated by autocargo from //eden/mononoke/blobstore:ephemeral_blobstore
[package]
name = "ephemeral_blobstore"
version = "0.1.0"
authors = ["Facebook"]
edition = "2024"
license = "GPLv2+"
[dependencies]
anyhow = "1.0.102"
async-stream = "0.3"
async-trait = "0.1.86"
bincode = { version = "2", features = ["serde"] }
blobstore = { version = "0.1.0", path = ".." }
bonsai_globalrev_mapping = { version = "0.1.0", path = "../../repo_attributes/bonsai_globalrev_mapping" }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
commit_graph = { version = "0.1.0", path = "../../repo_attributes/commit_graph/commit_graph" }
commit_graph_types = { version = "0.1.0", path = "../../repo_attributes/commit_graph/commit_graph_types" }
context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" }
derivative = "2.2"
facet = { version = "0.1.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_lazy_shared = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
memwrites_commit_graph_storage = { version = "0.1.0", path = "../../repo_attributes/commit_graph/memwrites_commit_graph_storage" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
prefixblob = { version = "0.1.0", path = "../prefixblob" }
repo_blobstore = { version = "0.1.0", path = "../../repo_attributes/repo_blobstore" }
repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" }
scuba = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
serde = { version = "1.0.219", features = ["derive", "rc"] }
smallvec = { version = "1.15", features = ["impl_bincode", "serde", "specialization", "union", "write"] }
sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
sql_query_config = { version = "0.1.0", path = "../../repo_attributes/sql_query_config" }
thiserror = "2.0.18"
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
vec1 = { version = "1.12.1", features = ["serde"] }
[dev-dependencies]
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
maplit = "1.0"
memblob = { version = "0.1.0", path = "../memblob" }
mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" }
mononoke_types-mocks = { version = "0.1.0", path = "../../mononoke_types/mocks" }
packblob = { version = "0.1.0", path = "../packblob" }
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }