sapling/eden/mononoke/bookmarks/warm_bookmarks_cache/Cargo.toml
Mark Juggurnauth-Thomas aef6b3f453 unodes: switch to manager-based derivation
Summary: Switch derivation of `unodes` to the `DerivedDataManager`.

Reviewed By: yancouto

Differential Revision: D30944564

fbshipit-source-id: 41f63cd47cffdd1e24d57b470afef57aa6fe0264
2021-09-20 06:26:21 -07:00

72 lines
4.5 KiB
TOML

# @generated by autocargo
[package]
name = "warm_bookmarks_cache"
version = "0.1.0"
authors = ["Facebook"]
edition = "2018"
license = "GPLv2+"
[lib]
path = "lib.rs"
[dependencies]
anyhow = "1.0"
async-trait = "0.1.51"
blame = { version = "0.1.0", path = "../../derived_data/blame" }
bookmarks = { version = "0.1.0", path = ".." }
bookmarks_types = { version = "0.1.0", path = "../bookmarks_types" }
changeset_info = { version = "0.1.0", path = "../../derived_data/changeset_info" }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
context = { version = "0.1.0", path = "../../server/context" }
deleted_files_manifest = { version = "0.1.0", path = "../../derived_data/deleted_files_manifest" }
derived_data = { version = "0.1.0", path = "../../derived_data" }
derived_data_filenodes = { version = "0.1.0", path = "../../derived_data/filenodes" }
derived_data_manager = { version = "0.1.0", path = "../../derived_data/manager" }
fastlog = { version = "0.1.0", path = "../../derived_data/fastlog" }
fsnodes = { version = "0.1.0", path = "../../derived_data/fsnodes" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
futures_ext = { package = "futures_01_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_watchdog = { version = "0.1.0", path = "../../common/futures_watchdog" }
itertools = "0.10.1"
lock_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
mercurial_derived_data = { version = "0.1.0", path = "../../derived_data/mercurial_derived_data" }
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
mononoke_api_types = { version = "0.1.0", path = "../../mononoke_api/types" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
phases = { version = "0.1.0", path = "../../phases" }
skeleton_manifest = { version = "0.1.0", path = "../../derived_data/skeleton_manifest" }
slog = { version = "2.5", features = ["max_level_trace", "nested-values"] }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tunables = { version = "0.1.0", path = "../../tunables" }
unodes = { version = "0.1.0", path = "../../derived_data/unodes" }
[dev-dependencies]
delayblob = { version = "0.1.0", path = "../../blobstore/delayblob" }
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fbinit-tokio = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fixtures = { version = "0.1.0", path = "../../tests/fixtures" }
maplit = "1.0"
memblob = { version = "0.1.0", path = "../../blobstore/memblob" }
rand_distr = "0.2"
sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
test_repo_factory = { version = "0.1.0", path = "../../repo_factory/test_repo_factory" }
tests_utils = { version = "0.1.0", path = "../../tests/utils" }
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" }
mockall = { git = "https://github.com/fbsource/mockall", rev = "4bc4ff4ab7d04ebaa7e7c9510a3337b7dda9d324" }
mockall_derive = { git = "https://github.com/fbsource/mockall", rev = "4bc4ff4ab7d04ebaa7e7c9510a3337b7dda9d324" }
mysql_common = { git = "https://github.com/iammxt/rust_mysql_common", rev = "0e4c86952f1e799960e736c0b2bb9d2a6d935bf1" }
object = { git = "https://github.com/gimli-rs/object", rev = "9271d2cd06d1fed11259225d915178fe3824a56d" }
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
prost-derive = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
prost-types = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee562ee8daffb2ddeca3d1f0d36e5" }
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" }
toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" }