sapling/eden/mononoke/derived_data/deleted_files_manifest/Cargo.toml
Stefan Filip 60966c93e7 autocargo: regenerate
Summary: maintenance

Reviewed By: StanislavGlebik

Differential Revision: D21640322

fbshipit-source-id: d0b2ce604735c05d540d06835c8e4c8a940fbf5c
2020-05-19 16:08:40 -07:00

45 lines
1.6 KiB
TOML

[package]
name = "deleted_files_manifest"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["*.rs"]
[lib]
path = "lib.rs"
[dependencies]
blobrepo = { path = "../../blobrepo" }
blobstore = { path = "../../blobstore" }
bookmarks = { path = "../../bookmarks" }
context = { path = "../../server/context" }
derived_data = { path = ".." }
manifest = { path = "../../manifest" }
mononoke_types = { path = "../../mononoke_types" }
repo_blobstore = { path = "../../blobrepo/repo_blobstore" }
revset = { path = "../../revset" }
unodes = { path = "../unodes" }
cloned = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
lock_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
anyhow = "1.0"
bytes = { version = "0.5", features = ["serde"] }
futures = { version = "0.3", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1" }
maplit = "1.0"
parking_lot = "0.10.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_derive = "1.0"
slog = { version = "2.5", features = ["max_level_debug"] }
thiserror = "1.0"
tokio = "0.1"
tokio-compat = "0.1"
[dev-dependencies]
blobrepo_factory = { path = "../../blobrepo/factory" }
fixtures = { path = "../../tests/fixtures" }
test_utils = { path = "../../manifest/test_utils" }
tests_utils = { path = "../../tests/utils" }