sapling/eden/mononoke/mercurial/bundles/Cargo.toml

48 lines
1.9 KiB
TOML
Raw Normal View History

[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"