# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.78" name = "hg-git-fast-import" version = "1.4.0" authors = ["Alexander Korolev "] description = """ A utility to import single and multiple Mercurial repositories to Git. """ 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" [profile.release] lto = true incremental = true [lib] doctest = false [dependencies.anyhow] version = "1" [dependencies.dialoguer] version = "0.11" [dependencies.hg-parser] version = "0.8" [dependencies.indicatif] version = "0.17" [dependencies.jemallocator] version = "0.5" optional = true [dependencies.lazy_static] version = "1" [dependencies.ordered-parallel-iterator] version = "0.2" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.4" [features] jemalloc = ["jemallocator"]