sapling/eden/mononoke/mercurial/bundles/Cargo.toml
Pavel Aslanov d91ca5004f remove HgPhase type
Summary: `HgPhase` type is redundant and was adding dependency on mercurial in phases crate.

Reviewed By: farnz

Differential Revision: D22162716

fbshipit-source-id: 1c21841d34897d0072ff6fe5e4ac89adddeb3c68
2020-06-22 13:51:33 -07:00

48 lines
1.9 KiB
TOML

[package]
name = "mercurial_bundles"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/**/*.rs"]
[dependencies]
context = { path = "../../server/context" }
mercurial_mutation = { path = "../mutation" }
mercurial_types = { path = "../types" }
mononoke_types = { path = "../../mononoke_types" }
phases = { path = "../../phases" }
revisionstore_types = { path = "../../../scm/lib/revisionstore/types" }
scuba_ext = { path = "../../common/scuba_ext" }
types = { path = "../../../scm/lib/types" }
vlqencoding = { path = "../../../scm/lib/vlqencoding" }
async_compression = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
bytes_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_stats = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
anyhow = "1.0"
bufsize = "0.4"
byteorder = "1.3"
bytes = { version = "0.5", features = ["serde"] }
bytes-old = { package = "bytes", version = "0.4", features = ["serde"] }
futures = "0.1"
itertools = "0.8"
lazy_static = "1.0"
maplit = "1.0"
percent-encoding = "2.1"
quickcheck = "0.9"
rand = { version = "0.7", features = ["small_rng"] }
slog = { version = "2.5", features = ["max_level_debug"] }
thiserror = "1.0"
tokio = "0.1"
tokio-codec = "0.1"
tokio-io = "0.1"
[dev-dependencies]
mercurial_types-mocks = { path = "../types/mocks" }
failure_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
partial-io = { git = "https://github.com/facebookincubator/rust-partial-io", branch = "master", features = ["quickcheck_types", "tokio"] }
assert_matches = "1.3"
tokio-compat = "0.1"