schemaui-cli 0.2.1

CLI wrapper for schemaui, rendering JSON Schemas as TUIs
[[bin]]
name = "schemaui"
path = "src/main.rs"

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.schemaui]
version = "0.3"

[dependencies.serde_json]
version = "1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[features]
default = ["full"]
full = ["json", "yaml", "toml"]
json = ["schemaui/json"]
toml = ["schemaui/toml"]
yaml = ["schemaui/yaml"]

[package]
authors = ["unic <yuniqueunic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "config"]
description = "CLI wrapper for schemaui, rendering JSON Schemas as TUIs"
edition = "2024"
keywords = ["tui", "schema", "configuration", "terminal", "cross-platform"]
license = "MIT OR Apache-2.0"
name = "schemaui-cli"
readme = "cli_usage.md"
repository = "https://github.com/yuniqueunic/schemaui/schemaui-cli"
version = "0.2.1"

[[test]]
name = "help"
path = "tests/help.rs"