Files
third_party_rust_codespan/codespan/Cargo.toml
T
Brendan Zabarauskas a722a97853 Release version 0.11.0
We've skipped some versions for `codespan-reporting` and `codespan` to get the crate versions back in sync with `codespan-lsp`.

Co-authored-by: Johann150 <20990607+Johann150@users.noreply.github.com>
2020-11-30 10:40:38 +11:00

19 lines
614 B
TOML

[package]
name = "codespan"
version = "0.11.0"
readme = "README.md"
license = "Apache-2.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
description = "Data structures for tracking locations in source code"
homepage = "https://github.com/brendanzab/codespan"
repository = "https://github.com/brendanzab/codespan"
documentation = "https://docs.rs/codespan"
edition = "2018"
[dependencies]
codespan-reporting = { path = "../codespan-reporting", version = "0.11.0" }
serde = { version = "1", optional = true, features = ["derive"]}
[features]
serialization = ["serde", "codespan-reporting/serialization"]