symbolic-sourcemapcache 12.17.2

A fast lookup cache for JavaScript Source Maps.
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 = "symbolic-sourcemapcache"
version = "12.17.2"
authors = ["Sentry <hello@sentry.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A fast lookup cache for JavaScript Source Maps.
"""
homepage = "https://github.com/getsentry/symbolic"
documentation = "https://docs.rs/symbolic-sourcemapcache"
readme = false
license = "MIT"
repository = "https://github.com/getsentry/symbolic"

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

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

[dependencies.itertools]
version = "0.14.0"

[dependencies.js-source-scopes]
version = "0.7.0"

[dependencies.sourcemap]
version = "9.2.2"

[dependencies.symbolic-common]
version = "12.17.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1.34"

[dependencies.watto]
version = "0.2.0"
features = [
    "writer",
    "strings",
]

[dev-dependencies]