fmtcnv 2.3.3

Cross-convert bson, csv, hjson, hocon, json, json5, jsonl, plist, ron, toml, toon, xml, yaml
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 = "fmtcnv"
version = "2.3.3"
authors = [
    "oriontvv <taranov.vv@gmail.com>",
    "<github.com/pepa65>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-convert bson, csv, hjson, hocon, json, json5, jsonl, plist, ron, toml, toon, xml, yaml"
documentation = "https://docs.rs/fmtcnv"
readme = "README.md"
keywords = [
    "cli",
    "format",
    "convert",
    "json",
    "toml",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/pepa65/fmtcnv/"

[package.metadata.binstall]
pkg-url = "{repo}/releases/download/{version}/{name}"
pkg-fmt = "bin"
disabled-strategies = [
    "quick-install",
    "compile",
]
target-family = "Linux"
target-arch = "X86_64"

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

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

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

[dependencies.anyhow]
version = "1.0.102"

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

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

[dependencies.csv]
version = "1.4.0"

[dependencies.hocon]
version = "0.10"
features = ["serde-support"]
package = "hocon_"

[dependencies.json5]
version = "1.3.1"

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

[dependencies.plist]
version = "1.8.0"

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

[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.4.5"

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true