riptc 0.0.13

Rust implementation of the InertiaJS protocol compatible with `riptc` for generating strong TypeScript bindings.
[[bin]]
name = "riptc"
path = "src/main.rs"

[dependencies.bon]
version = "3.4.0"

[dependencies.heck]
version = "0.5.0"

[dependencies.matchit]
version = "0.8.4"

[dependencies.ript-config]
version = "0.0.5"

[dependencies.swc_atoms]
version = "5.0.0"

[dependencies.swc_common]
version = "8.0.0"

[dependencies.swc_ecma_ast]
version = "8.0.0"

[dependencies.swc_ecma_codegen]
version = "8.0.2"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust implementation of the InertiaJS protocol compatible with `riptc` for generating strong TypeScript bindings."
edition = "2024"
license = "MIT"
name = "riptc"
readme = false
resolver = "2"
version = "0.0.13"

[package.metadata.rust-analyzer]
rustc_private = true