lightningcss-napi 0.4.8

Node-API bindings for Lightning CSS
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 = "lightningcss-napi"
version = "0.4.8"
authors = ["Devon Govett <devongovett@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node-API bindings for Lightning CSS"
readme = false
license = "MPL-2.0"
repository = "https://github.com/parcel-bundler/lightningcss"

[features]
bundler = [
    "dep:crossbeam-channel",
    "dep:rayon",
]
default = []
visitor = ["lightningcss/visitor"]

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

[dependencies.crossbeam-channel]
version = "0.5.6"
optional = true

[dependencies.cssparser]
version = "0.33.0"

[dependencies.lightningcss]
version = "1.0.0-alpha.71"
features = [
    "nodejs",
    "serde",
]

[dependencies.napi]
version = "2"
features = [
    "napi4",
    "napi5",
    "serde-json",
]
default-features = false

[dependencies.parcel_sourcemap]
version = "2.1.1"
features = ["json"]

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

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

[dependencies.serde-content]
version = "0.1.2"
features = ["serde"]

[dependencies.serde-detach]
version = "0.0.1"

[dependencies.serde_bytes]
version = "0.11.5"

[dependencies.smallvec]
version = "1.7.0"
features = ["union"]