sapling/eden/scm/lib/revisionstore/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

66 lines
1.8 KiB
TOML

# @generated by autocargo from //eden/scm/lib/revisionstore:revisionstore
[package]
name = "revisionstore"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0"
async-runtime = { path = "../async-runtime" }
async-trait = "0.1.45"
auth = { path = "../auth" }
bincode = "1.3.3"
byteorder = "1.3"
configparser = { path = "../configparser" }
crossbeam = "0.8"
edenapi = { path = "../edenapi" }
edenapi_types = { path = "../edenapi/types" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-batch = "0.6"
hex = "0.4"
hg-http = { path = "../hg-http" }
hgtime = { path = "../hgtime" }
http = "0.2"
http-client = { path = "../http-client" }
indexedlog = { path = "../indexedlog" }
lfs_protocol = { path = "../../../mononoke/lfs_protocol" }
lz4-pyframe = { path = "../lz4-pyframe" }
memmap = "0.7"
mincode = { path = "../mincode" }
minibytes = { path = "../minibytes", features = ["frombytes"] }
mpatch = { path = "../mpatch" }
once_cell = "1.4"
parking_lot = "0.10.2"
progress = { path = "../progress" }
quickcheck = "0.9"
rand = { version = "0.7", features = ["small_rng"] }
regex = "1.4.2"
revisionstore_types = { path = "types" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
sha-1 = "0.8"
sha2 = "0.8"
streams = { path = "../streams" }
tempfile = "3.1"
thiserror = "1.0"
tokio = { version = "1.7.1", features = ["full", "test-util"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tracing = "0.1"
types = { path = "../types" }
url = "2.1.0"
util = { path = "../util" }
version = { path = "../version" }
zstd = "=0.8.0+zstd.1.4.9"
[dev-dependencies]
lazy_static = "1.0"
maplit = "1.0"
mockito = "0.25"
rand_chacha = "0.2"
[features]
default = ["fb", "for-tests"]
fb = []
for-tests = []