convert2json 0.1.0

utilities converting various data formats into JSON for use with jq
Documentation
[dependencies.is-terminal]
version = "0.4.7"

[dependencies.serde-xml-rs]
version = "0.6.0"

[dependencies.serde_json]
version = "1.0.99"

[dependencies.serde_yaml]
version = "0.9.22"

[dependencies.toml]
version = "0.7.5"

[features]
default = ["toml", "xml", "yaml"]
jq = ["tq", "xq", "yq"]
to_json = ["toml2json", "xml2json", "yaml2json"]
toml = ["toml2json", "tq"]
toml2json = []
tq = []
xml = ["xml2json", "xq"]
xml2json = []
xq = []
yaml = ["yaml2json", "yq"]
yaml2json = []
yq = []

[package]
authors = ["Simon Rupf <simon@rupf.net>"]
categories = ["command-line-utilities", "development-tools", "encoding"]
description = "utilities converting various data formats into JSON for use with jq"
edition = "2021"
keywords = ["cli", "json", "toml", "xml", "yaml"]
license = "MIT"
name = "convert2json"
readme = "README.md"
repository = "https://github.com/simonrupf/convert2json"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true