hedl-cli 2.0.0

HEDL command-line interface
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 = "2021"
rust-version = "1.70"
name = "hedl-cli"
version = "2.0.0"
authors = ["marcflp <marc@dweve.com>"]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "NOTICE",
    "CHANGELOG*",
    "src/**",
    "tests/**",
    "benches/**",
    "examples/**",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HEDL command-line interface"
homepage = "https://dweve.com"
documentation = "https://docs.rs/hedl-cli"
readme = "README.md"
keywords = [
    "hedl",
    "data-format",
    "serialization",
    "parser",
    "token-efficient",
]
categories = [
    "encoding",
    "parser-implementations",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/dweve-ai/hedl"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[badges.maintenance]
status = "actively-developed"

[features]
default = []

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

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

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

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

[[test]]
name = "batch_unit_tests"
path = "tests/batch_unit_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 = "conversion_tests"
path = "tests/conversion_tests.rs"

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

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

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

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

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

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

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

[dependencies.clap_complete]
version = "4.4"

[dependencies.colored]
version = "3.1"

[dependencies.glob]
version = "0.3"

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

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

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

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

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

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

[dependencies.hedl-stream]
version = "2.0.0"

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

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

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

[dependencies.indicatif]
version = "0.18"

[dependencies.rayon]
version = "1.10"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.43"
features = ["full"]

[dependencies.walkdir]
version = "2.4"

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

[dev-dependencies.criterion]
version = "0.8"
features = [
    "html_reports",
    "async_tokio",
]

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

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

[dev-dependencies.serial_test]
version = "3.2"

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

[lints.clippy]
all = "warn"

[lints.rust]
unused_must_use = "allow"
warnings = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]