treease-cli 1.2.0

Command-line interface for querying, transforming, and previewing structured documents with Treease
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 = "treease-cli"
version = "1.2.0"
build = "build.rs"
exclude = [
    "AGENTS.md",
    "tests/acceptance/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for querying, transforming, and previewing structured documents with Treease"
homepage = "https://github.com/loggerhead/treease"
documentation = "https://github.com/loggerhead/treease/tree/main/apps/cli"
readme = "README.md"
keywords = [
    "treease",
    "cli",
    "yaml",
    "json",
    "jq",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license-file = "LICENSE"
repository = "https://github.com/loggerhead/treease"

[package.metadata.treease]
wasm_release_date = "26070510"

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

[[bin]]
name = "export_cli_metadata"
path = "src/bin/export_cli_metadata.rs"
test = false

[[bin]]
name = "treease"
path = "src/main.rs"
test = false

[dependencies.clap]
version = "4.6.1"
features = [
    "std",
    "help",
    "usage",
    "error-context",
    "suggestions",
]
default-features = false

[dependencies.dirs]
version = "6"

[dependencies.getrandom]
version = "0.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.treease-core]
version = "1.2.0"