hedl-cli 1.0.0

HEDL command-line interface
Documentation
[[bin]]
name = "hedl"
path = "src/main.rs"

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

[dependencies.clap_complete]
version = "4.4"

[dependencies.colored]
version = "2.0"

[dependencies.hedl-c14n]
version = "1.0.0"

[dependencies.hedl-core]
version = "1.0.0"

[dependencies.hedl-csv]
version = "1.0.0"

[dependencies.hedl-json]
version = "1.0.0"

[dependencies.hedl-lint]
version = "1.0.0"

[dependencies.hedl-parquet]
version = "1.0.0"

[dependencies.hedl-toon]
version = "1.0.0"

[dependencies.hedl-xml]
version = "1.0.0"

[dependencies.hedl-yaml]
version = "1.0.0"

[dependencies.rayon]
version = "1.8"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

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

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "HEDL command-line interface"
edition = "2021"
license = "Apache-2.0"
name = "hedl-cli"
readme = "README.md"
version = "1.0.0"

[[test]]
name = "batch_tests"
path = "tests/batch_tests.rs"

[[test]]
name = "cli_integration_tests"
path = "tests/cli_integration_tests.rs"

[[test]]
name = "cli_structure_test"
path = "tests/cli_structure_test.rs"

[[test]]
name = "completion_tests"
path = "tests/completion_tests.rs"

[[test]]
name = "property_tests"
path = "tests/property_tests.rs"

[[test]]
name = "stats_correctness"
path = "tests/stats_correctness.rs"

[[test]]
name = "with_counts_test"
path = "tests/with_counts_test.rs"