view rust/hg-core/Cargo.toml @ 43792:743c69b39332 stable

Added signature for changeset a50fecefa691
author Augie Fackler <raf@durin42.com>
date Thu, 05 Dec 2019 09:17:38 -0500
parents 99394e6c5d12
children 5ac243a92e37
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)"
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"