[package] name = "typstfmt" version = "0.1.0" edition = "2021" authors = ["Astrale "] rust-version = "1.56" description = "A soon to be formatter for the typst lang" readme = "README.md" repository = "https://github.com/astrale-sharp/typstfmt" license = "MIT OR Apache-2.0" categories = ["command-line-utilities", "development-tools"] [[bin]] name = "typstfmt" path = "src/main.rs" [dependencies] lexopt = "0.3.0" globmatch = "0.2.3" itertools = "0.10.5" regex = "1.7.3" toml = "0.7.3" tracing = { version = "0.1.37", features = ["attributes"] } # typst = { git = "https://github.com/typst/typst.git" } unicode-segmentation = "1.10.1" similar-asserts = "1.4.2" [dev-dependencies] insta = "1.30.0" paste = "1.0.13" tracing-subscriber = "0.3.17"