riptc 0.0.13

Rust implementation of the InertiaJS protocol compatible with `riptc` for generating strong TypeScript bindings.
[package]
name = "riptc"
version = "0.0.13"
edition = "2024"
license = "MIT"
description = "Rust implementation of the InertiaJS protocol compatible with `riptc` for generating strong TypeScript bindings."

[dependencies]
# this is the same matcher for routes that axum uses,
# so we use it identically to parse route strings and
# extract params
matchit = "0.8.4"
swc_ecma_codegen = "8.0.2"
swc_ecma_ast = "8.0.0"
swc_common = "8.0.0"
bon = { workspace = true }
swc_atoms = "5.0.0"
ript-config = { version = "0.0.5", path = "../ript-config" }
heck = "0.5.0"

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