resl-cli 0.1.0

Command-line interface for RESL - Runtime Evaluated Serialization Language
[[bin]]
name = "resl"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.resl]
features = ["preserve-order"]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.9"

[dependencies.yansi]
features = ["detect-tty", "is-terminal"]
version = "1.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "config"]
description = "Command-line interface for RESL - Runtime Evaluated Serialization Language"
edition = "2024"
homepage = "https://decipher3114.github.io/resl"
keywords = ["cli", "command-line", "config", "configuration", "resl"]
license = "Apache-2.0 OR MIT"
name = "resl-cli"
readme = "README.md"
repository = "https://github.com/decipher3114/resl"
version = "0.1.0"