formatforge 1.0.5

Convert between data formats: JSON, TOML, YAML, XML, ENV, KDL, CBOR, INI, JSON5, JSONC, MessagePack
Documentation
# 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 = "formatforge"
version = "1.0.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert between data formats: JSON, TOML, YAML, XML, ENV, KDL, CBOR, INI, JSON5, JSONC, MessagePack"
readme = "README.md"
keywords = [
    "format",
    "converter",
    "json",
    "toml",
    "msgpack",
]
categories = [
    "command-line-utilities",
    "encoding",
]
license = "MIT"
repository = "https://github.com/glpetrikov/formatforge"

[lib]
name = "formatforge"
path = "src/lib.rs"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.ciborium]
version = "0.2"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.json5]
version = "0.4"

[dependencies.jsonc-parser]
version = "0.23"
features = ["serde"]

[dependencies.kdl]
version = "6"

[dependencies.paste]
version = "1"

[dependencies.quick-xml]
version = "0.36"
features = ["serialize"]

[dependencies.rmp-serde]
version = "1"

[dependencies.rust-ini]
version = "0.21"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.toml_edit]
version = "0.22"