js-source-scopes 0.7.1

Utilities for extracting and dealing with scope information in JS code
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 = "2021"
name = "js-source-scopes"
version = "0.7.1"
authors = ["Sentry <hello@sentry.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for extracting and dealing with scope information in JS code"
homepage = "https://github.com/getsentry/js-source-scopes"
documentation = "https://docs.rs/js-source-scopes"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/getsentry/js-source-scopes"

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

[[test]]
name = "extract"
path = "tests/extract.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.indexmap]
version = "2.8.0"

[dependencies.sourcemap]
version = "9.3.2"

[dependencies.swc_common]
version = "17.0.1"

[dependencies.swc_ecma_parser]
version = "27.0.7"

[dependencies.swc_ecma_visit]
version = "18.0.1"
features = ["path"]

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.36"