oxc_sourcemap 1.0.9

Basic sourcemap handling for Rust
Documentation
[build-dependencies.napi-build]
optional = true
version = "2"

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

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.cow-utils]
version = "0.1.3"

[dependencies.napi]
optional = true
version = "3.0.0-alpha"

[dependencies.napi-derive]
optional = true
version = "3.0.0-alpha"

[dependencies.rayon]
optional = true
version = "1"

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

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dev-dependencies.insta]
features = ["glob"]
version = "1.4.0"

[features]
default = []
napi = ["dep:napi", "dep:napi-derive", "dep:napi-build"]
rayon = ["dep:rayon"]

[lib]
crate-type = ["lib", "cdylib"]
doctest = false
name = "oxc_sourcemap"
path = "src/lib.rs"

[lints.clippy]
allow_attributes = "warn"
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
exit = "warn"
filetype_is_file = "warn"
get_unwrap = "warn"
impl_trait_in_params = "warn"
infinite_loop = "warn"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
rest_pat_in_fully_bound_structs = "warn"
self_named_module_files = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
unnecessary_safety_comment = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
non_ascii_idents = "warn"
unit-bindings = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage)", "cfg(coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Boshen <boshenc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = []
description = "Basic sourcemap handling for Rust"
edition = "2021"
include = ["/src", "build.rs"]
keywords = ["javascript", "sourcemap", "sourcemaps"]
license = "MIT"
name = "oxc_sourcemap"
publish = true
readme = "README.md"
repository = "https://github.com/oxc-project/oxc-sourcemap"
rust-version = "1.76"
version = "1.0.9"