glit 0.3.0

A utility for pretty-printing git stats
Documentation
[[bench]]
harness = false
name = "interpreter"

[[bench]]
harness = false
name = "parser"

[dependencies.git2]
version = "0.9"

[dependencies.human-panic]
version = "1.0.1"

[dependencies.nom]
version = "^5.0.1"

[dependencies.structopt]
version = "0.2.18"

[dependencies.yansi]
version = "0.5"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.proptest]
version = "0.8.6"

[lib]
bench = true
name = "glitter_lang"
path = "lib/lib.rs"

[package]
authors = ["Gwen Lofman <Gwen@Lofman.io>"]
description = "A utility for pretty-printing git stats"
edition = "2018"
exclude = ["img/*.gif"]
homepage = "https://github.com/glfmn/glitter"
keywords = ["DSL", "git", "gist", "status", "pretty-printing"]
license = "MPL-2.0"
name = "glit"
readme = "README.md"
repository = "https://github.com/glfmn/glitter"
version = "0.3.0"

[package.metadata.deb]
assets = [["target/release/glit", "usr/bin/", "755"]]
depends = "$auto"
extended-description = """
A git utility for creating informative prompts; it can embed git status
information in arbitrary formats with ease on any platform.  """
license-file = ["LICENSE"]
maintainer = "Gwen Lofman <launchpad@glfmn.io>"
priority = "optional"
section = "git"

[profile.bench]
debug = true

[profile.release]
debug = true