rust/hg-core/Cargo.toml
author Augie Fackler <augie@google.com>
Wed, 06 Nov 2019 15:42:30 -0500
changeset 43486 3b581ad59459
parent 43271 99394e6c5d12
child 43826 5ac243a92e37
permissions -rw-r--r--
simplemerge: disable a pytype error where it's just confused Differential Revision: https://phab.mercurial-scm.org/D7287

[package]
name = "hg-core"
version = "0.1.0"
authors = ["Georges Racinet <gracinet@anybox.fr>"]
description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)"
edition = "2018"

[lib]
name = "hg"

[dependencies]
byteorder = "1.3.1"
lazy_static = "1.3.0"
memchr = "2.2.0"
rand = "0.6.5"
rand_pcg = "0.1.1"
regex = "1.1.0"
rayon = "1.2.0"