[[bench]]
harness = false
name = "simple"
[badges.coveralls]
branch = "master"
repository = "rust-lang/annotate-snippets-rs"
service = "github"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "rust-lang/annotate-snippets-rs"
[dependencies.unicode-width]
version = "0.1"
[dependencies.yansi-term]
optional = true
version = "0.1"
[dev-dependencies.criterion]
version = "0.3"
[dev-dependencies.difference]
version = "2.0"
[dev-dependencies.glob]
version = "0.3"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.toml]
version = "0.5"
[dev-dependencies.yansi-term]
version = "0.1"
[features]
color = ["yansi-term"]
default = []
[package]
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
description = "Library for building code annotations"
edition = "2018"
keywords = ["code", "analysis", "ascii", "errors", "debug"]
license = "Apache-2.0/MIT"
name = "annotate-snippets"
readme = "README.md"
repository = "https://github.com/rust-lang/annotate-snippets-rs"
version = "0.9.2"