| [package] |
| authors = ["Devon Govett <devongovett@gmail.com>"] |
| name = "lightningcss_node" |
| version = "0.1.0" |
| edition = "2021" |
| publish = false |
| |
| [lib] |
| crate-type = ["cdylib"] |
| |
| [dependencies] |
| lightningcss-napi = { version = "0.4.4", path = "../napi", features = [ |
| "bundler", |
| "visitor", |
| ] } |
| napi = { version = "2.15.4", default-features = false, features = [ |
| "compat-mode", |
| ] } |
| napi-derive = "2" |
| |
| [target.'cfg(target_os = "macos")'.dependencies] |
| jemallocator = { version = "0.3.2", features = ["disable_initial_exec_tls"] } |
| |
| [target.'cfg(not(target_arch = "wasm32"))'.build-dependencies] |
| napi-build = "1" |