convfmt 2.1.1

cli tool which can convert different formats
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 = "convfmt"
version = "2.1.1"
authors = ["oriontvv <taranov.vv@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cli tool which can convert different formats"
homepage = "https://github.com/oriontvv/convfmt/"
documentation = "https://docs.rs/convfmt"
readme = "README.md"
keywords = [
    "cli",
    "format",
    "convert",
    "json",
    "toml",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/oriontvv/convfmt/"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ version }/{ name }-linux-musl{ archive-suffix }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/{ version }/{ name }-win{ archive-suffix }"

[package.metadata.binstall.overrides.x86_64-apple-darwin]
pkg-url = "{ repo }/releases/download/{ version }/{ name }-mac{ archive-suffix }"

[features]
default = ["hocon"]
hocon = ["dep:hocon_"]

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bson]
version = "3.1.0"
features = ["serde"]

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

[dependencies.csv]
version = "1.4.0"

[dependencies.hjson]
version = "1.1.0"

[dependencies.hocon_]
version = "0.10.3"
features = ["serde-support"]
optional = true

[dependencies.json5]
version = "1.3.1"

[dependencies.linked-hash-map]
version = "0.5.6"

[dependencies.plist]
version = "1.9.0"

[dependencies.quick-xml]
version = "0.40.1"

[dependencies.ron]
version = "0.12.1"

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

[dependencies.serde-hjson]
version = "1.1.0"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.toml]
version = "1.1.2"

[dependencies.toon-format]
version = "0.5.0"
default-features = false

[dev-dependencies.rstest]
version = "0.26.1"