sapling/eden/scm/lib/checkout/Cargo.toml
Thomas Orozco 2a803fc10d third-party/rust: update futures
Summary:
Those newer versions of Futures have compatibility improvements with Tokio,
notably:

- https://github.com/rust-lang/futures-rs/pull/2333
- https://github.com/rust-lang/futures-rs/pull/2358

Reviewed By: farnz

Differential Revision: D26778794

fbshipit-source-id: 5a9dc002083e5edfa5c614d8d2242e586a93fcf6
2021-03-04 06:42:55 -08:00

24 lines
714 B
TOML

# @generated by autocargo from //eden/scm/lib/checkout:checkout
[package]
name = "checkout"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0"
futures = { version = "0.3.13", features = ["async-await", "compat"] }
manifest = { path = "../manifest", features = ["for-tests"] }
pathmatcher = { path = "../pathmatcher" }
revisionstore = { path = "../revisionstore" }
tokio = { version = "1", features = ["full", "test-util"] }
types = { path = "../types" }
vfs = { path = "../vfs" }
[dev-dependencies]
manifest-tree = { path = "../manifest-tree", features = ["for-tests"] }
quickcheck = "0.9"
rand = { version = "0.7", features = ["small_rng"] }
rand_chacha = "0.2"
tempfile = "3.1"
walkdir = "2.2.9"