[package] name = "spanned" version = "0.3.0" edition = "2021" description = "string processing with file/line/col information and the regular rust `str` API" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bstr = "1.6.0" color-eyre = "0.6.2"