annotate-snippets 0.6.0

Library for building code annotations
Documentation
[package]
name = "annotate-snippets"
version = "0.6.0"
edition = "2018"
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
description = "Library for building code annotations"
license = "Apache-2.0/MIT"
repository = "https://github.com/rust-lang/annotate-snippets-rs"
readme = "README.md"
keywords = ["code", "analysis", "ascii", "errors", "debug"]

[badges]
travis-ci = { repository = "rust-lang/annotate-snippets-rs", branch = "master" }
coveralls = { repository = "rust-lang/annotate-snippets-rs", branch = "master", service = "github" }

maintenance = { status = "actively-developed" }

[dependencies]
ansi_term = { version = "0.11.0", optional = true }

[dev-dependencies]
glob = "^0.3"
serde_yaml = "^0.8"
serde = "^1.0"
serde_derive = "^1.0"
difference = "^2.0"
ansi_term = "^0.11"

[features]
default = []
color = ["ansi_term"]