[[bin]]
name = "i_edit_yaml"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "3.0"
[dev-dependencies.tempfile]
version = "3.3"
[lib]
name = "i_edit_yaml"
path = "src/lib.rs"
[package]
authors = ["YeMiancheng <ymc.github@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "config"]
description = "A lightweight, high-performance tool for editing YAML based on field paths"
documentation = "https://docs.rs/i_edit_yaml"
edition = "2021"
keywords = ["i_edit_yaml", "edit", "cli", "yaml", "yaml-parser"]
license = "MIT OR Apache-2.0"
name = "i_edit_yaml"
readme = "README.md"
repository = "https://github.com/ymc-github/i_edit_yaml"
version = "0.1.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]