swc_sourcemap 10.0.0

Forked from https://github.com/getsentry/rust-sourcemap
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 = "2018"
name = "swc_sourcemap"
version = "10.0.0"
authors = [
    "Sentry <hello@sentry.io>",
    "swc-project <https://swc.rs>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Forked from https://github.com/getsentry/rust-sourcemap"
homepage = "https://github.com/swc-project/swc-sourcemap"
readme = false
keywords = [
    "javascript",
    "sourcemap",
    "sourcemaps",
]
license = "BSD-3-Clause"
repository = "https://github.com/swc-project/swc-sourcemap"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
ram_bundle = ["scroll"]

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

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

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

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

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

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

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

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

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

[dependencies.base64-simd]
version = "0.8"

[dependencies.bitvec]
version = "1.0.1"

[dependencies.bytes-str]
version = "0.2.4"
features = ["serde"]

[dependencies.data-encoding]
version = "2.3.3"

[dependencies.debugid]
version = "0.8.0"
features = ["serde"]

[dependencies.if_chain]
version = "1.0.0"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.scroll]
version = "0.12.0"
features = ["derive"]
optional = true

[dependencies.serde]
version = "1.0.104"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.48"
features = ["raw_value"]

[dependencies.unicode-id-start]
version = "1"

[dependencies.url]
version = "2.1.1"

[dev-dependencies.magic_string]
version = "0.3.4"

[dev-dependencies.proptest]
version = "1.2.0"