ronky 1.1.32

A simple way to export Rust definitions to Arri types
Documentation
[dependencies.arri_repr]
features = []
version = "1.1.32"

[dependencies.ronky_derive]
optional = true
version = "1.1.32"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.sonic-rs]
optional = true
version = "0.5.4"

[dev-dependencies.ronky_derive]
version = "1.1.32"

[features]
bigdecimal = ["arri_repr/bigdecimal"]
bytes = ["arri_repr/bytes"]
chrono = ["arri_repr/chrono"]
dashmap = ["arri_repr/dashmap"]
decimal = ["arri_repr/decimal"]
default = []
derive = ["ronky_derive"]
num-bigfloat = ["arri_repr/num-bigfloat"]
num-bigint = ["arri_repr/num-bigint"]
rust_decimal = ["arri_repr/rust_decimal"]
serialization = ["sonic-rs", "serde", "ronky_derive?/serialization"]
smallvec = ["arri_repr/smallvec"]
time = ["arri_repr/time"]
url = ["arri_repr/url"]
uuid = ["arri_repr/uuid"]

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

[lints.clippy]
cargo = "deny"
complexity = "deny"
correctness = "deny"
perf = "deny"
style = "deny"
use_self = "deny"

[package]
authors = ["Arthur De Witte <dev@arthurdw.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A simple way to export Rust definitions to Arri types"
edition = "2024"
keywords = ["arri"]
license = "GPL-3.0-or-later"
name = "ronky"
readme = "README.md"
repository = "https://github.com/Arthurdw/ronky"
resolver = "2"
version = "1.1.32"