# 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.0" authors = ["Devon Govett "] description = "Node-API bindings for Lightning CSS" license = "MPL-2.0" repository = "https://github.com/parcel-bundler/lightningcss" [dependencies.crossbeam-channel] version = "0.5.6" optional = true [dependencies.cssparser] version = "0.33.0" [dependencies.lightningcss] version = "1.0.0-alpha.60" 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-detach] version = "0.0.1" [dependencies.serde_bytes] version = "0.11.5" [dependencies.smallvec] version = "1.7.0" features = ["union"] [features] bundler = [ "dep:crossbeam-channel", "dep:rayon", ] default = [] visitor = ["lightningcss/visitor"]