sapling/eden/scm/lib/hgcommands/Cargo.toml
Davide Cavalca b82c5672fc Update several rust crate versions
Summary: Update versions for several of the crates we depend on.

Reviewed By: danobi

Differential Revision: D29165283

fbshipit-source-id: baaa9fa106b7dad000f93d2eefa95867ac46e5a1
2021-06-17 16:38:19 -07:00

55 lines
2.1 KiB
TOML

# @generated by autocargo from //eden/scm/lib/hgcommands:hgcommands
[package]
name = "hgcommands"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0"
async-runtime = { path = "../async-runtime" }
bindings = { path = "../../edenscmnative/bindings", default-features = false }
blackbox = { path = "../blackbox" }
clidispatch = { path = "../clidispatch" }
clientinfo = { path = "../clientinfo" }
cliparser = { path = "../cliparser", features = ["python"] }
configparser = { path = "../configparser" }
cpython = { version = "0.5", default-features = false }
cpython_ext = { path = "../cpython-ext", default-features = false }
dag = { path = "../dag" }
eagerepo = { path = "../eagerepo" }
edenapi = { path = "../edenapi" }
edenfs_client = { path = "../edenfs-client" }
encoding = { path = "../encoding" }
flate2 = { version = "1.0", features = ["rust_backend", "tokio"], default-features = false }
fsyncglob = { path = "../fsyncglob" }
hg-http = { path = "../hg-http" }
hgtime = { path = "../hgtime" }
indexedlog = { path = "../indexedlog" }
libc = "0.2.86"
mincode = { path = "../mincode" }
once_cell = "1.4"
parking_lot = "0.10.2"
procinfo = { path = "../procinfo" }
progress-model = { path = "../progress/model" }
progress-render = { path = "../progress/render" }
python27-sys = { version = "0.5", optional = true }
python3-sys = { version = "0.5", optional = true }
pytracing = { path = "../../edenscmnative/bindings/modules/pytracing", default-features = false }
rand = { version = "0.7", features = ["small_rng"] }
revisionstore = { path = "../revisionstore" }
taggederror = { path = "../taggederror" }
terminal_size = "0.1"
tracing = "0.1"
tracing-collector = { path = "../tracing-collector" }
tracing-subscriber = "0.2.17"
types = { path = "../types" }
util = { path = "../util" }
version = { path = "../version" }
zstd = "=0.8.0+zstd.1.4.9"
[features]
default = ["python3"]
fb = ["clientinfo/fb", "configparser/fb", "version/generated"]
python2 = ["bindings/python2", "cpython/python27-sys", "cpython_ext/python2", "python27-sys", "pytracing/python2"]
python3 = ["bindings/python3", "cpython/python3-sys", "cpython_ext/python3", "python3-sys", "pytracing/python3"]