ript 0.0.8

Rust implementation of the InertiaJS protocol compatible with `riptc` for generating strong TypeScript bindings.
Documentation
[dependencies.axum]
features = ["macros"]
version = "0.8.1"

[dependencies.axum-extra]
features = ["cookie-private"]
version = "0.10.0"

[dependencies.bon]
version = "3.4.0"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.pin-project-lite]
version = "0.2.16"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tracing]
version = "0.1.41"

[dependencies.validator]
optional = true
version = "0.20.0"

[features]
validator = ["dep:validator"]

[lib]
name = "ript"
path = "src/lib.rs"

[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 = "ript"
readme = false
resolver = "2"
version = "0.0.8"