rust/hg-core/Cargo.toml
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 13 Nov 2019 15:23:04 +0100
changeset 43627 af3e341dbf03
parent 43271 99394e6c5d12
child 43826 5ac243a92e37
permissions -rw-r--r--
mail: use a native string for "subtype" value This is somehow similar to previous changeset and avoids one str conversion.

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