eden/mononoke/newfilenodes/Cargo.toml (42 lines of code) (raw):
# @generated by autocargo
[package]
name = "newfilenodes"
version = "0.1.0"
authors = ["Facebook"]
edition = "2021"
license = "GPLv2+"
[dependencies]
abomonation = "0.7"
abomonation_derive = "0.5"
anyhow = "1.0.51"
async-trait = "0.1.52"
bytes = { version = "1.1", features = ["serde"] }
cachelib = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
caching_ext = { version = "0.1.0", path = "../common/rust/caching_ext" }
context = { version = "0.1.0", path = "../server/context" }
faster-hex = "0.6.1"
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
filenodes = { version = "0.1.0", path = "../filenodes" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
itertools = "0.10.3"
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
mercurial_types = { version = "0.1.0", path = "../mercurial/types" }
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
path_hash = { version = "0.1.0", path = "../common/path_hash" }
rand = { version = "0.8", features = ["small_rng"] }
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" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
thiserror = "1.0.30"
time_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../tunables" }
[dev-dependencies]
fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
maplit = "1.0"
mercurial_types-mocks = { version = "0.1.0", path = "../mercurial/types/mocks" }
mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" }