[package]
edition = "2024"
rust-version = "1.96"
name = "yaml-rt-cli"
version = "0.2.3"
authors = ["Hannes De Valkeneer <hannes@de-valkeneer.be>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Presentation-preserving command-line YAML query and editor"
documentation = "https://docs.rs/yaml-rt-cli"
readme = "README.md"
keywords = [
"yaml",
"cli",
"editor",
"json-pointer",
"configuration",
]
categories = [
"command-line-utilities",
"config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hdevalke/yaml-rt"
[lib]
name = "yaml_rt_cli"
path = "src/lib.rs"
[[bin]]
name = "yaml-rt"
path = "src/main.rs"
doc = false
[[test]]
name = "cli"
path = "tests/cli.rs"
[dependencies.clap]
version = "4.6.6"
features = ["derive"]
[dependencies.yaml-rt-core]
version = "0.2.3"
[dependencies.yaml-rt-rfc9535]
version = "0.2.3"