topiary-cli 0.7.2

CLI app for Topiary, the universal code formatter.
[[bin]]
name = "topiary"
path = "src/main.rs"

[dependencies.async-scoped]
features = ["use-tokio"]
version = "0.9.0"

[dependencies.clap]
features = ["env", "derive", "derive", "env", "wrap_help"]
version = "4.5"

[dependencies.clap_complete]
version = "4.5"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3.28"

[dependencies.itertools]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.miette]
features = ["fancy"]
version = "7.6.0"

[dependencies.nickel-lang-core]
default-features = false
version = "0.15.1"

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0"

[dependencies.tabled]
version = "0.20.0"

[dependencies.tempfile]
version = "3.12"

[dependencies.tokio]
features = ["fs", "rt-multi-thread", "sync", "macros"]
version = "1.32"

[dependencies.toml]
version = "0.9"

[dependencies.topiary-config]
version = "0.7.2"

[dependencies.topiary-core]
version = "0.7.2"

[dependencies.topiary-queries]
version = "0.7.2"

[dependencies.topiary-tree-sitter-facade]
version = "0.7.2"

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

[dev-dependencies.pastey]
version = "0.1.1"

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

[features]
bash = ["topiary-config/bash", "topiary-queries/bash"]
contributed = ["css", "openscad", "wit", "sdml"]
css = ["topiary-config/css", "topiary-queries/css"]
default = ["contributed", "bash", "json", "nickel", "ocaml", "ocaml_interface", "ocamllex", "toml", "tree_sitter_query"]
experimental = ["rust"]
json = ["topiary-config/json", "topiary-queries/json"]
nickel = ["topiary-config/nickel", "topiary-queries/nickel"]
ocaml = ["topiary-config/ocaml", "topiary-queries/ocaml"]
ocaml_interface = ["topiary-config/ocaml_interface", "topiary-queries/ocaml_interface"]
ocamllex = ["topiary-config/ocamllex", "topiary-queries/ocamllex"]
openscad = ["topiary-config/openscad", "topiary-queries/openscad"]
rust = ["topiary-config/rust", "topiary-queries/rust"]
sdml = ["topiary-config/sdml", "topiary-queries/sdml"]
toml = ["topiary-config/toml", "topiary-queries/toml"]
tree_sitter_query = ["topiary-config/tree_sitter_query", "topiary-queries/tree_sitter_query"]
wit = ["topiary-config/wit", "topiary-queries/wit"]

[package]
authors = ["Tweag"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "text-processing"]
description = "CLI app for Topiary, the universal code formatter."
documentation = "https://topiary.tweag.io/book"
edition = "2024"
homepage = "https://topiary.tweag.io"
keywords = ["cli", "code-formatter", "formatter", "text", "tree-sitter"]
license = "MIT"
name = "topiary-cli"
readme = "README.md"
repository = "https://github.com/tweag/topiary"
resolver = "2"
version = "0.7.2"

[[test]]
name = "cli-tester"
path = "tests/cli-tester.rs"

[[test]]
name = "sample-tester"
path = "tests/sample-tester.rs"