blob: fd76acc59284e3d874f1e51bb4acf1475ee19948 [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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
name = "spanned"
version = "0.1.6"
description = "string processing with file/line/col information and the regular rust `str` API"
readme = "README.md"
license = "MIT OR Apache-2.0"
[dependencies.bstr]
version = "1.6.0"
[dependencies.color-eyre]
version = "0.6.2"