rspack_sources 0.4.21

Rusty webpack-sources port.
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 = "2021"
name = "rspack_sources"
version = "0.4.21"
authors = [
    "h-a-n-a <andywangsy@gmail.com>",
    "ahabhgk <ahabhgk@gmail.com>",
]
build = false
include = [
    "/src/**/*.rs",
    "/*.toml",
    "/LICENSE",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rusty webpack-sources port."
documentation = "https://docs.rs/rspack-sources"
readme = "README.md"
keywords = [
    "sources",
    "sourcemap",
]
license = "MIT"
repository = "https://github.com/rstackjs/rspack-sources"
resolver = "2"

[features]
codspeed = ["codspeed-criterion-compat"]

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

[dependencies.codspeed-criterion-compat]
version = "4.4.1"
optional = true
default-features = false

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.memchr]
version = "2.8.0"

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

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

[dependencies.simd-json]
version = "0.17.0"

[dependencies.simd-utf16-len]
version = "0.1.0"

[dependencies.static_assertions]
version = "1.1.0"

[dev-dependencies.criterion]
version = "0.8.2"
default-features = false

[dev-dependencies.rayon]
version = "1.11.0"

[dev-dependencies.regex]
version = "1.12.3"

[dev-dependencies.twox-hash]
version = "2.1.2"

[lints.clippy]
dbg_macro = "warn"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unimplemented = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "warn"