script-format 0.9.0

A simple DSL to format data via rhai scripting
Documentation
[[bin]]
name = "script-format"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.clap]
features = ["derive"]
version = "4.5.27"

[dependencies.rhai]
features = ["internals"]
version = "1.20.1"

[dependencies.rsn]
version = "0.2.0"

[dependencies.serde-value]
version = "0.7.0"

[dependencies.serde_json]
version = "1.0.137"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.toml]
version = "0.8.19"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple DSL to format data via rhai scripting"
edition = "2021"
license-file = "LICENSE"
name = "script-format"
readme = "README.md"
repository = "https://github.com/hardliner66/script-format"
version = "0.9.0"