hg-parser 0.2.2

Mercurial repository changelog parser. It allows to get any revision with creation date, user, parents, branch and files.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "hg-parser"
version = "0.2.2"
authors = ["Alexander Korolev <kilork@yandex.ru>"]
description = "Mercurial repository changelog parser. It allows to get any revision\nwith creation date, user, parents, branch and files.\n"
homepage = "https://github.com/kilork/hg-parser"
readme = "README.md"
keywords = ["hg", "mercurial", "parser"]
license = "GPL-2.0-or-later"
repository = "https://github.com/kilork/hg-parser"
[dependencies.bitflags]
version = "1.1"

[dependencies.byteorder]
version = "1.3"

[dependencies.chrono]
version = "0.4"

[dependencies.flate2]
version = "1.0"

[dependencies.jemallocator]
version = "0.3"
optional = true

[dependencies.lazy_static]
version = "1.3"

[dependencies.lru-cache]
version = "0.1"

[dependencies.nom]
version = "4.2"

[dependencies.ordered-parallel-iterator]
version = "0.1"

[dependencies.rayon]
version = "1.1"

[dependencies.sha-1]
version = "0.8"

[features]
jemalloc = ["jemallocator"]