# 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 = "mach_bundler_core" version = "0.0.71" authors = ["alshdavid"] description = "Bundler For The Modern Web" license = "MIT" repository = "https://github.com/alshdavid/mach" [dependencies.clap] version = "4.*" features = [ "derive", "env", ] optional = true [dependencies.glob-match] version = "0.*" [dependencies.html5ever] version = "0.*" [dependencies.ipc_channel_adapter] version = "0.*" optional = true [dependencies.markup5ever_rcdom] version = "0.*" [dependencies.napi] version = "2.*" features = [ "napi8", "tokio_rt", "serde-json", "async", ] optional = true default-features = false [dependencies.normalize-path] version = "0.*" [dependencies.num_cpus] version = "1.*" [dependencies.once_cell] version = "1.*" [dependencies.oxc_resolver] version = "1.*" [dependencies.pathdiff] version = "0.*" [dependencies.serde] version = "1.*" [dependencies.serde_json] version = "1.*" [dependencies.sha2] version = "0.*" features = [] [dependencies.swc_core] version = "=0.90.23" features = [ "ecma_ast", "ecma_parser", "common", "ecma_visit", "ecma_transforms", "common_concurrent", "ecma_codegen", "ecma_transforms_typescript", "ecma_transforms_react", "ecma_transforms_optimization", "ecma_minifier", ] [features] adapters_nodejs_ipc_client = [ "napi", "ipc_channel_adapter", ] adapters_nodejs_ipc_host = ["ipc_channel_adapter"] adapters_nodejs_napi = ["napi"] cli_parser = ["clap"]