edikt 0.2.1

Lossless, format-preserving config editor: JSONC/JSON5, INI, .env/.properties, TOML, YAML - jq-flavored expressions, sed-shaped I/O.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "edikt"
version = "0.2.1"
authors = ["Jacob Heider <jhheider@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lossless, format-preserving config editor: JSONC/JSON5, INI, .env/.properties, TOML, YAML - jq-flavored expressions, sed-shaped I/O."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/jhheider/edikt"

[[bin]]
name = "edikt"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.edikt-core]
version = "0.2.0"

[dependencies.edikt-env]
version = "0.2.0"

[dependencies.edikt-ini]
version = "0.2.0"

[dependencies.edikt-jsonc]
version = "0.2.0"

[dependencies.edikt-kdl]
version = "0.2.1"

[dependencies.edikt-toml]
version = "0.2.0"

[dependencies.edikt-yaml]
version = "0.2.0"