codespan-reporting 0.1.4

Diagnostic reporting support for the codespan crate
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]
name = "codespan-reporting"
version = "0.1.4"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
exclude = ["assets/**"]
description = "Diagnostic reporting support for the codespan crate"
homepage = "https://github.com/brendanzab/codespan"
documentation = "https://docs.rs/codespan-reporting"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/brendanzab/codespan"
[dependencies.codespan]
version = "0.1.3"

[dependencies.heapsize]
version = "0.4"
optional = true

[dependencies.heapsize_derive]
version = "0.1"
optional = true

[dependencies.termcolor]
version = "0.3.4"
[dev-dependencies.structopt]
version = "0.2.7"

[features]
memory_usage = ["heapsize_derive", "heapsize", "codespan/memory_usage"]