dts 0.6.15

A tool to deserialize, transform and serialize data between different encodings
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"
rust-version = "1.85"
name = "dts"
version = "0.6.15"
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to deserialize, transform and serialize data between different encodings"
documentation = "https://docs.rs/dts/"
readme = "README.md"
keywords = [
    "hcl",
    "json",
    "yaml",
    "jq",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/martinohmann/dts"

[features]
color = [
    "bat",
    "bat/paging",
    "clap/color",
]
default = [
    "color",
    "jaq",
]
jaq = [
    "jaq-core",
    "jaq-interpret",
    "jaq-parse",
    "jaq-std",
]

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

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

[[test]]
name = "integration"
path = "tests/integration_tests.rs"

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.anyhow]
version = "1.0.86"

[dependencies.bat]
version = "0.26.0"
features = ["regex-onig"]
optional = true
default-features = false

[dependencies.clap]
version = "4.5.13"
features = [
    "std",
    "derive",
    "env",
    "help",
    "suggestions",
]
default-features = false

[dependencies.clap_complete]
version = "4.5.1"

[dependencies.crossbeam-utils]
version = "0.8.16"

[dependencies.csv]
version = "1.2.2"

[dependencies.glob]
version = "0.3.1"

[dependencies.grep-cli]
version = "0.1.8"

[dependencies.hcl-rs]
version = "0.19.0"
features = ["perf"]

[dependencies.jaq-core]
version = "1.4.0"
optional = true

[dependencies.jaq-interpret]
version = "1.5.0"
optional = true

[dependencies.jaq-parse]
version = "1.0.2"
optional = true

[dependencies.jaq-std]
version = "1.4.0"
optional = true

[dependencies.json5]
version = "1.0.0"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.pathdiff]
version = "0.2.1"

[dependencies.pest]
version = "2.7.7"

[dependencies.pest_derive]
version = "2.7.7"

[dependencies.rayon]
version = "1.7.0"

[dependencies.regex]
version = "1.7.3"

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

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

[dependencies.serde_json]
version = "1.0.137"
features = ["preserve_order"]

[dependencies.serde_qs]
version = "1.0.0"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.shell-words]
version = "1.1.0"

[dependencies.termcolor]
version = "1.4.1"

[dependencies.thiserror]
version = "1.0.59"

[dependencies.toml]
version = "1.0.0"

[dependencies.unescape]
version = "0.1.0"

[dependencies.ureq]
version = "3.0.0"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.assert_cmd]
version = "2.0.14"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.predicates]
version = "3.0.3"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.temp-env]
version = "0.3.1"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1