[dependencies.compact_str]
version = "0.7.1"
[dependencies.miette]
version = "5.10.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.175"
[features]
default = []
serde = ["dep:serde", "compact_str/serde"]
[package]
authors = ["Boshen <boshenc@gmail.com>", "Oxc contributors"]
categories = ["development-tools", "web-programming", "compilers"]
description = "Oxc is a JavaScript / TypeScript tooling suite."
edition = "2021"
homepage = "https://github.com/Boshen/oxc"
keywords = ["JavaScript", "TypeScript", "parser", "linter", "minifier"]
license = "MIT"
name = "oxc_span"
publish = true
repository = "https://github.com/web-infra-dev/oxc"
rust-version = "1.60"
version = "0.1.0"