[lib]
name = "lazy_js_bundle"
path = "src/lib.rs"
[package]
authors = ["Jonathan Kelley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A codegen library to bundle TypeScript into JavaScript without requiring a bundler to be installed"
documentation = "https://docs.rs/dioxus"
edition = "2021"
homepage = "https://dioxuslabs.com"
keywords = ["ts", "codegen", "typescript", "javascript", "wasm"]
license = "MIT OR Apache-2.0"
name = "lazy-js-bundle"
readme = false
repository = "https://github.com/DioxusLabs/dioxus/"
version = "0.6.2"