sapling/mercurial_types/Cargo.toml

26 lines
462 B
TOML
Raw Normal View History

[package]
name = "mercurial_types"
version = "0.0.1"
authors = ["Facebook"]
license = "GPLv2+"
edition = "2018"
[dependencies]
ascii = "0.8.6"
bincode = "0.9.2"
bytes = "0.4.5"
error-chain = "0.11.0"
futures = "0.1.17"
heapsize = "0.4.1"
heapsize_derive = "0.1.4"
itertools = "0.7.2"
lazy_static = "0.2.10"
quickcheck = "0.4.1"
rand = "0.3.18"
rust-crypto = "0.2.36"
url = "1.6.0"
serde_derive = "1.0.20"
serde = "1.0.20"
asyncmemo = { path = "../asyncmemo" }