# 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 = "qwik-core" version = "0.1.0" authors = ["Manu "] description = "Qwik optimizer compiler" keywords = ["qwik", "swc", "javascript", "optimizer", "compiler"] categories = ["development-tools", "development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/builder.io/qwik" resolver = "2" [lib] crate-type = ["rlib"] [[bench]] name = "transform" harness = false [dependencies.glob] version = "0.3.0" optional = true [dependencies.pathdiff] version = "0.2.1" [dependencies.relative-path] version = "1.5.0" [dependencies.serde] version = "1.0.123" [dependencies.serde_bytes] version = "0.11.5" [dependencies.simple-error] version = "0.2.3" [dependencies.swc_atoms] version = "0.2.9" [dependencies.swc_common] version = "0.14.5" features = ["sourcemap"] [dependencies.swc_ecmascript] version = "0.85.0" features = ["parser", "transforms", "module", "typescript", "optimization", "minifier", "react", "utils", "visit", "codegen", "utils"] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.insta] version = "1.8.0" [dev-dependencies.serde_json] version = "1.0.60" [features] fs = ["glob"]