source-span 1.3.0

Source file fragment location and display utilities.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "source-span"
version = "1.3.0"
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
description = "Source file fragment location and display utilities."
documentation = "https://docs.rs/source-span"
keywords = ["file", "span", "format", "display"]
categories = ["parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/timothee-haudebourg/source-span"
[dependencies.termion]
version = "1.5.3"
optional = true
[dev-dependencies.utf8-decode]
version = "1.0.0"

[features]
colors = ["termion"]
default = ["colors"]