blob: 144e6ec3e78f9d27b856d1d54f8abaf0a3a066fe [file] [log] [blame]
# 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 = "codespan"
version = "0.11.1"
authors = ["Brendan Zabarauskas <[email protected]>"]
description = "Data structures for tracking locations in source code"
homepage = "https://github.com/brendanzab/codespan"
documentation = "https://docs.rs/codespan"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/brendanzab/codespan"
[dependencies.codespan-reporting]
version = "0.11.1"
[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
[dev-dependencies.termcolor]
version = "1"
[features]
serialization = ["serde", "codespan-reporting/serialization"]