sapling/eden/mononoke/hgproto/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

30 lines
938 B
TOML

[package]
name = "hgproto"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/**/*.rs"]
[dependencies]
mercurial_bundles = { path = "../mercurial/bundles" }
mercurial_types = { path = "../mercurial/types" }
mononoke_types = { path = "../mononoke_types" }
types = { path = "../../scm/lib/types" }
failure_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
anyhow = "1.0"
bytes-old = { package = "bytes", version = "0.4", features = ["serde"] }
futures = "0.1"
hex = "0.4"
itertools = "0.8"
nom = { version = "3", features = [ "verbose-errors" ] }
slog = { version = "2.5", features = ["max_level_debug"] }
thiserror = "1.0"
tokio-io = "0.1"
[dev-dependencies]
mercurial_types-mocks = { path = "../mercurial/types/mocks" }
maplit = "1.0"
quickcheck = "0.9"