view rust/hg-core/Cargo.toml @ 42385:21c436a3a4e8

perf: add a `perfhelper-mergecopies` command This command gather data that are useful to pick argument for `perfmergecopies`.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 23 May 2019 18:15:08 +0200
parents d6c1dd936778
children 326fdce22fb2
line wrap: on
line source

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