eden/mononoke/blobstore/ephemeral_blobstore/Cargo.toml (38 lines of code) (raw):
# @generated by autocargo
[package]
name = "ephemeral_blobstore"
version = "0.1.0"
authors = ["Facebook"]
edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0.51"
async-stream = "0.3"
async-trait = "0.1.52"
blobstore = { version = "0.1.0", path = ".." }
changesets = { version = "0.1.0", path = "../../changesets" }
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
context = { version = "0.1.0", path = "../../server/context" }
derivative = "2.1"
facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
filestore = { version = "0.1.0", path = "../../filestore" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
itertools = "0.10.3"
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 = "../../blobrepo/repo_blobstore" }
repo_identity = { version = "0.1.0", path = "../../repo_attributes/repo_identity" }
sorted_vector_map = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
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" }
thiserror = "1.0.30"
[dev-dependencies]
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
maplit = "1.0"
memblob = { version = "0.1.0", path = "../memblob" }
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" }