sapling/eden/scm/lib/http-client/Cargo.toml
Thomas Orozco 8c83bd9a1c third-party/rust: update Tokio to 1.7.1
Summary: There is a regression in 1.7.0 (which we're on at the moment) so we might as well update.

Reviewed By: zertosh, farnz

Differential Revision: D29358047

fbshipit-source-id: 226393d79c165455d27f7a09b14b40c6a30d96d3
2021-06-25 06:17:41 -07:00

37 lines
853 B
TOML

# @generated by autocargo from //eden/scm/lib/http-client:[http-cli,http-client]
[package]
name = "http-client"
version = "0.1.0"
edition = "2018"
[[bin]]
name = "http_cli"
path = "src/bin/cli.rs"
[dependencies]
anyhow = "1.0"
atty = "0.2"
curl = { version = "0.4", features = ["http2"] }
curl-sys = "0.4"
env_logger = "0.7"
futures = { version = "0.3.13", features = ["async-await", "compat"] }
http = "0.2"
once_cell = "1.4"
openssl = "0.10"
parking_lot = "0.10.2"
paste = "1.0"
pin-project = "0.4"
regex = "1.4.2"
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_cbor = "0.11"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
structopt = "0.3.21"
thiserror = "1.0"
tokio = { version = "1.7.1", features = ["full", "test-util"] }
tracing = "0.1"
url = "2.1.0"
[dev-dependencies]
crossbeam = "0.8"
mockito = "0.25"