[dependencies.itertools]
version = "0.13.0"
[dependencies.js-source-scopes]
version = "0.7.0"
[dependencies.sourcemap]
version = "9.2.2"
[dependencies.symbolic-common]
version = "12.17.1"
[dependencies.thiserror]
version = "1.0.39"
[dependencies.tracing]
version = "0.1.34"
[dependencies.watto]
features = ["writer", "strings"]
version = "0.1.0"
[dev-dependencies]
[lib]
name = "symbolic_sourcemapcache"
path = "src/lib.rs"
[package]
authors = ["Sentry <hello@sentry.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A fast lookup cache for JavaScript Source Maps.
"""
documentation = "https://docs.rs/symbolic-sourcemapcache"
edition = "2021"
homepage = "https://github.com/getsentry/symbolic"
license = "MIT"
name = "symbolic-sourcemapcache"
readme = false
repository = "https://github.com/getsentry/symbolic"
version = "12.17.1"
[[test]]
name = "integration"
path = "tests/integration.rs"