mirror of
https://github.com/openharmony/third_party_rust_codespan.git
synced 2026-07-01 21:24:02 -04:00
a722a97853
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>
19 lines
614 B
TOML
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"]
|