# 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" name = "topiary-cli" version = "0.5.1" authors = ["Tweag"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI app for Topiary, the universal code formatter." homepage = "https://topiary.tweag.io" documentation = "https://github.com/tweag/topiary#topiary" readme = "README.md" keywords = [ "cli", "code-formatter", "formatter", "text", "tree-sitter", ] categories = [ "command-line-utilities", "development-tools", "text-processing", ] license = "MIT" repository = "https://github.com/tweag/topiary" [[bin]] name = "topiary" path = "src/main.rs" [[test]] name = "cli-tester" path = "tests/cli-tester.rs" [[test]] name = "sample-tester" path = "tests/sample-tester.rs" [dependencies.async-scoped] version = "0.7.1" features = ["use-tokio"] [dependencies.clap] version = "4.5" features = [ "env", "derive", "derive", "env", "wrap_help", ] [dependencies.clap_complete] version = "4.5" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3.28" [dependencies.itertools] version = "0.11" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [dependencies.tempfile] version = "3.12" [dependencies.tokio] version = "1.32" features = [ "fs", "rt-multi-thread", "sync", "macros", ] [dependencies.toml] version = "0.8" [dependencies.topiary-config] version = "0.5.1" [dependencies.topiary-core] version = "0.5.1" [dependencies.topiary-queries] version = "0.5.1" [dependencies.topiary-tree-sitter-facade] version = "0.5.1" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [features] bash = [ "topiary-config/bash", "topiary-queries/bash", ] contributed = ["css"] 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", ] rust = [ "topiary-config/rust", "topiary-queries/rust", ] toml = [ "topiary-config/toml", "topiary-queries/toml", ] tree_sitter_query = [ "topiary-config/tree_sitter_query", "topiary-queries/tree_sitter_query", ]