code-minimap 0.3.1

A high performance code minimap generator
[package]
name = "code-minimap"
version = "0.3.1"
authors = ["Wenxuan Zhang <wenxuangm@gmail.com>"]
description="A high performance code minimap generator"
categories = ["command-line-utilities"]
homepage = "https://github.com/wfxr/code-minimap"
keywords = [
    "minimap",
    "tool",
]
license = "MIT/Apache-2.0"
exclude = [
    "/completions"
]
repository = "https://github.com/wfxr/code-minimap"
edition = "2018"
build = "build.rs"

[target.'cfg(target_family = "unix")'.dependencies]
nix = "0.18"

[dependencies]
itertools = "0.9"
structopt = { version = "0.3", features = ["wrap_help"] }

[build-dependencies]
structopt = "0.3"

[profile.release]
lto = true
codegen-units = 1