[[bin]]
bench = false
doc = false
doctest = false
name = "typstyle"
path = "src/main.rs"
test = false
[build-dependencies.anyhow]
version = "1"
[build-dependencies.vergen]
features = ["build", "cargo", "rustc"]
version = "9.0"
[build-dependencies.vergen-gitcl]
optional = true
version = "1.0"
[dependencies.anstream]
version = "0.6"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
features = ["derive", "env"]
version = "4.5"
[dependencies.clap_complete]
optional = true
version = "4.5"
[dependencies.colored]
version = "3.0"
[dependencies.itertools]
version = "0.14"
[dependencies.log]
version = "0.4"
[dependencies.path-absolutize]
version = "3"
[dependencies.similar]
version = "2.7"
[dependencies.typst-syntax]
version = "0.14.2"
[dependencies.typstyle-core]
version = "0.14.2"
[dependencies.walkdir]
version = "2"
[dev-dependencies.insta]
features = ["filters"]
version = "1.43"
[dev-dependencies.insta-cmd]
version = "0.6"
[dev-dependencies.tempfile]
version = "3"
[features]
completion = ["clap_complete"]
default = ["git-info", "completion"]
git-info = ["vergen-gitcl"]
[package]
authors = ["Wenzhuo Liu", "QuadnucYard"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "The CLI for Typstyle."
edition = "2024"
homepage = "https://typstyle-rs.github.io/typstyle/"
license = "Apache-2.0"
name = "typstyle"
readme = "README.md"
repository = "https://github.com/typstyle-rs/typstyle"
resolver = "2"
rust-version = "1.89"
version = "0.14.2"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "test_format"
path = "tests/test_format.rs"
[[test]]
name = "test_format_all"
path = "tests/test_format_all.rs"
[[test]]
name = "test_format_stdin"
path = "tests/test_format_stdin.rs"
[[test]]
name = "test_style_args"
path = "tests/test_style_args.rs"