# 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 = "swc-plugin-inferno" version = "2.0.0" authors = ["Havunen "] build = false include = [ "Cargo.toml", "src/**/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "SWC plugin for InfernoJS." documentation = "https://github.com/infernojs/swc-plugin-inferno" readme = "README.md" license = "MIT" repository = "https://github.com/infernojs/swc-plugin-inferno.git" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = "symbols" [lib] name = "swc_plugin_inferno" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" bench = false [dependencies.base64] version = "0.22.1" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.serde] version = "1.0.215" features = ["derive"] optional = true [dependencies.sha-1] version = "=0.10.1" [dependencies.swc_config] version = "1.0.0" [dependencies.swc_core] version = "6.0.1" features = [ "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_utils", "ecma_plugin_transform", "ecma_utils", "ecma_visit", "ecma_ast", "common", ] [dependencies.swc_ecma_parser] version = "5.0.0" [dev-dependencies.swc_ecma_codegen] version = "4.0.2" [dev-dependencies.swc_ecma_transforms] version = "6.0.0" [dev-dependencies.swc_ecma_transforms_compat] version = "6.0.1" [dev-dependencies.swc_ecma_transforms_testing] version = "5.0.0" [dev-dependencies.testing] version = "4.0.0" [features] concurrent = ["rayon"] default = ["serde-impl"] serde-impl = ["serde"]