hypershell-json-components 0.1.0

Modular DSL for shellscripting in Rust
Documentation
[dependencies.cgp]
version = "0.4.1"

[dependencies.hypershell-components]
version = "0.1.0"

[dependencies.serde]
default-features = false
features = ["alloc"]
version = "1.0.219"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0.140"

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

[package]
authors = ["Soares Chen <soares.chen@maybevoid.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Modular DSL for shellscripting in Rust"
edition = "2024"
keywords = ["cgp"]
license = "MIT"
name = "hypershell-json-components"
readme = false
repository = "https://github.com/contextgeneric/cgp"
rust-version = "1.87"
version = "0.1.0"