[package] name = "yexp" version = "0.2.2" edition = "2021" license = "GPL-3.0" authors = ["fixcix"] keywords = ["cli", "yaml", "tools"] categories = ["config", "command-line-utilities", "development-tools"] description = "yexp is a small tool for expand yaml files" readme = "README.md" repository = "https://github.com/fixcik/yexp" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.82" clap = { version = "4.5.4", features = ["derive"] } indexmap = "2.2.6" serde = { version = "1.0.198", features = ["derive"] } serde_yaml = "0.9"