| name = "annotate-snippets" |
| 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" |
| keywords = ["code", "analysis", "ascii", "errors", "debug"] |
| 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" } |
| yansi-term = { version = "0.1", optional = true } |
| serde = { version = "1.0", features = ["derive"] } |