# 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.5.0" authors = ["Sentry "] 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" [dependencies.indexmap] version = "2.0.0" [dependencies.sourcemap] version = "8.0.1" [dependencies.swc_common] version = "0.33.26" [dependencies.swc_ecma_parser] version = "0.144.1" [dependencies.swc_ecma_visit] version = "0.99.1" features = ["path"] [dependencies.thiserror] version = "1.0.32" [dependencies.tracing] version = "0.1.36"