rust/hg-core/Cargo.toml
author Augie Fackler <augie@google.com>
Fri, 17 May 2019 09:42:02 -0400
changeset 42331 d6c1dd936778
parent 42327 e8f3740cc067
child 42609 326fdce22fb2
permissions -rw-r--r--
rust: sort dependencies entries in Cargo.toml I should probably write a test to enforce this... Differential Revision: https://phab.mercurial-scm.org/D6398

[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)"

[lib]
name = "hg"

[dev-dependencies]
rand = "*"
rand_pcg = "*"

[dependencies]
byteorder = "1.3.1"
lazy_static = "1.3.0"
memchr = "2.2.0"
regex = "^1.1"