reluxscript 0.1.4

Write AST transformations once. Compile to Babel, SWC, and beyond.
Documentation
[[bin]]
name = "relux"
path = "src/main.rs"

[dependencies.ariadne]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.console_error_panic_hook]
optional = true
version = "0.1"

[dependencies.once_cell]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde-wasm-bindgen]
optional = true
version = "0.6"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1"

[dependencies.tower-lsp]
optional = true
version = "0.20"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[dev-dependencies.toml]
version = "0.8"

[features]
codegen = []
default = ["codegen"]
lsp = ["tower-lsp", "tokio"]
wasm = ["wasm-bindgen", "serde-wasm-bindgen", "console_error_panic_hook"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "reluxscript"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "compilers"]
description = "Write AST transformations once. Compile to Babel, SWC, and beyond."
documentation = "https://docs.reluxscript.com"
edition = "2021"
homepage = "https://reluxscript.com"
keywords = ["babel", "swc", "ast", "compiler", "transpiler"]
license = "MIT"
name = "reluxscript"
readme = "README.md"
repository = "https://github.com/reluxscript/reluxscript"
version = "0.1.4"

[profile.release]
lto = true