# 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 = "surplus-compiler" version = "0.2.0" authors = ["Josh Junon (https://github.com/qix-)"] include = [ "/src/**/*.rs", "/README.md", "/LICENSE", "/.github/FUNDING.yml", "/Cargo.toml", ] description = "Surplus javascript framework core compiler transform" homepage = "https://github.com/surplus" readme = "README.md" keywords = [ "surplus", "javascript", "framework", "compiler", "jsx", ] categories = [ "compilers", "development-tools", "parser-implementations", "wasm", "web-programming", ] license-file = "LICENSE" repository = "https://github.com/surplus/surplus" resolver = "2" [lib] crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "surplus-transform" path = "src/bin/surplus-transform.rs" [dependencies.oxc] version = "0.4.0" [dependencies.oxc_codegen] version = "0.4.0" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.89"