rspack_napi 0.7.4

rspack napi
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 = "rspack_napi"
version = "0.7.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rspack napi"
readme = false
license = "MIT"
repository = "https://github.com/web-infra-dev/rspack"
resolver = "2"

[features]
browser = ["dep:rspack_browser"]

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

[dependencies.napi]
version = "3.1.6"
features = [
    "async",
    "tokio_rt",
    "serde-json",
    "anyhow",
    "napi7",
    "compat-mode",
]
default-features = false

[dependencies.oneshot]
version = "0.1.11"
features = [
    "std",
    "async",
]
default-features = false

[dependencies.rspack_browser]
version = "=0.7.4"
optional = true
default-features = false

[dependencies.rspack_error]
version = "=0.7.4"
default-features = false

[dependencies.serde_json]
version = "1.0.149"
features = ["std"]
default-features = false

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "rt-multi-thread",
    "sync",
]
default-features = false