srcmap-sourcemap 0.1.3

High-performance source map parser and consumer
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 = "srcmap-sourcemap"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance source map parser and consumer"
readme = "README.md"
keywords = [
    "sourcemap",
    "source-map",
    "parser",
    "consumer",
    "ecma-426",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bartwaardenburg/srcmap"
resolver = "2"

[lib]
name = "srcmap_sourcemap"
crate-type = ["lib"]
path = "src/lib.rs"

[[bench]]
name = "parse"
path = "benches/parse.rs"
harness = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.srcmap-codec]
version = "0.1.3"

[dependencies.srcmap-scopes]
version = "0.1.3"

[dev-dependencies.criterion]
version = "0.5"