ript 0.0.8

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

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

[dependencies]
# TODO(@lazkindness): allow forwarding features or just don't re-export axum
axum = { version = "0.8.1", features = ["macros"] }
serde_json = "1.0.140"
serde = { workspace = true }
axum-extra = { version = "0.10.0", features = ["cookie-private"] }
bon = { workspace = true }
tracing = { workspace = true }
parking_lot = "0.12.3"
pin-project-lite = "0.2.16"
validator = { version = "0.20.0", optional = true }