srcmap-codec 0.1.3

High-performance VLQ source map codec
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 = "srcmap-codec"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance VLQ source map codec"
readme = "README.md"
keywords = [
    "sourcemap",
    "vlq",
    "codec",
    "base64",
    "source-map",
]
categories = [
    "encoding",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bartwaardenburg/srcmap"
resolver = "2"

[features]
default = []
parallel = ["rayon"]

[lib]
name = "srcmap_codec"
crate-type = ["lib"]
path = "src/lib.rs"

[[bench]]
name = "vlq"
path = "benches/vlq.rs"
harness = false

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

[dev-dependencies.criterion]
version = "0.6"
features = ["html_reports"]