oak-source-map 0.0.6

High-performance Source Map v3 implementation for Rust
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 = "2024"
name = "oak-source-map"
version = "0.0.6"
authors = ["Yggdrasill Team <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Source Map v3 implementation for Rust"
readme = false
keywords = [
    "sourcemap",
    "source-map",
    "vlq",
    "debugging",
    "bundling",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MPL-2.0"
resolver = "2"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.criterion]
version = "0.8.2"