quarto-source-map 0.1.0

Source-location tracking with byte-range provenance, for parsers and diagnostics.
Documentation
# 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 = "2024"
name = "quarto-source-map"
version = "0.1.0"
authors = ["Posit Software, PBC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source-location tracking with byte-range provenance, for parsers and diagnostics."
homepage = "https://github.com/posit-dev/quarto-source-map"
readme = "README.md"
keywords = [
    "source-map",
    "spans",
    "diagnostics",
    "parser",
    "provenance",
]
categories = [
    "development-tools",
    "parsing",
]
license = "MIT"
repository = "https://github.com/posit-dev/quarto-source-map"

[lib]
name = "quarto_source_map"
path = "src/lib.rs"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.smallvec]
version = "1.13"
features = ["serde"]

[dev-dependencies.serde_json]
version = "1.0.149"