hg-git-fast-import 1.1.1

A utility to import single and multiple Mercurial repositories to Git.
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-git-fast-import"
version = "1.1.1"
authors = ["Alexander Korolev <kilork@yandex.ru>"]
description = "A utility to import single and multiple Mercurial repositories to Git.\n"
homepage = "https://github.com/kilork/hg-git-fast-import"
readme = "README.md"
keywords = ["cli", "hg", "git", "mercurial", "convert"]
categories = ["command-line-utilities"]
license = "Unlicense OR MIT"
repository = "https://github.com/kilork/hg-git-fast-import"
[dependencies.hg-parser]
version = "0.1"

[dependencies.indicatif]
version = "0.11"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

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

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.simplelog]
version = "0.5"

[dependencies.structopt]
version = "0.2"

[dependencies.toml]
version = "0.5"
[dev-dependencies.pretty_assertions]
version = "0.6"