[package]
name = "yaml-rt-cli"
description = "Presentation-preserving command-line YAML query and editor"
edition.workspace = true
version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true
documentation = "https://docs.rs/yaml-rt-cli"
keywords = ["yaml", "cli", "editor", "json-pointer", "configuration"]
categories = ["command-line-utilities", "config"]
[[bin]]
name = "yaml-rt"
path = "src/main.rs"
doc = false
[dependencies]
clap.workspace = true
yaml-rt-core.workspace = true
yaml-rt-rfc9535.workspace = true