code-minimap 0.3.1

A high performance code minimap generator
[build-dependencies.structopt]
version = "0.3"
[dependencies.itertools]
version = "0.9"

[dependencies.structopt]
features = ["wrap_help"]
version = "0.3"

[package]
authors = ["Wenxuan Zhang <wenxuangm@gmail.com>"]
build = "build.rs"
categories = ["command-line-utilities"]
description = "A high performance code minimap generator"
edition = "2018"
exclude = ["/completions"]
homepage = "https://github.com/wfxr/code-minimap"
keywords = ["minimap", "tool"]
license = "MIT/Apache-2.0"
name = "code-minimap"
repository = "https://github.com/wfxr/code-minimap"
version = "0.3.1"
[profile.release]
codegen-units = 1
lto = true
[target."cfg(target_family = \"unix\")".dependencies.nix]
version = "0.18"