oxc-browserslist 3.0.13

Rust-ported Browserslist for Oxc.
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"
rust-version = "1.95.0"
name = "oxc-browserslist"
version = "3.0.13"
authors = [
    "Boshen <boshenc@gmail.com>",
    "Pig Fang <g-plane@hotmail.com>",
]
build = false
include = [
    "/benches",
    "/examples",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-ported Browserslist for Oxc."
readme = "README.md"
keywords = [
    "javascript",
    "web",
]
categories = [
    "config",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/oxc-project/oxc-browserslist"

[features]
codspeed = ["criterion2/codspeed"]
default = []
wasm_bindgen = [
    "js-sys",
    "serde-wasm-bindgen",
    "wasm-bindgen",
]

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

[[example]]
name = "inspect"
path = "examples/inspect.rs"

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

[dependencies.miniz_oxide]
version = "0.9"

[dependencies.postcard]
version = "1.1.3"
features = ["alloc"]
default-features = false

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

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion2]
version = "3"
default-features = false

[dev-dependencies.pico-args]
version = "0.5.0"

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

[dev-dependencies.test-case]
version = "3.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen]
version = "0.6"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
optional = true

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

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

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

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

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
strip = "symbols"