pklrust 0.9.0

Rust bindings for Apple Pkl configuration language
Documentation
[package]
name = "pklrust"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Rust bindings for Apple Pkl configuration language"
readme = "../../README.md"

[features]
default = ["sync"]
sync = []
async = ["dep:tokio"]

[dependencies]
rmpv = { version = "1", features = ["with-serde"] }
rmp-serde = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
byteorder = "1"
tokio = { version = "1", features = ["process", "io-util", "sync", "rt-multi-thread", "macros"], optional = true }
pklrust-derive = { version = "0.9.0", path = "../pklrust-derive" }