# 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-config" version = "0.5.1" authors = ["Tweag"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Configuration parser and defaults for Topiary" homepage = "https://topiary.tweag.io" documentation = "https://github.com/tweag/topiary#topiary" readme = "README.md" keywords = [ "code-formatter", "formatter", "text", "tree-sitter", ] categories = [ "development-tools", "text-processing", ] license = "MIT" repository = "https://github.com/tweag/topiary" [lib] name = "topiary_config" path = "src/lib.rs" [dependencies.directories] version = "5.0" [dependencies.itertools] version = "0.11" [dependencies.log] version = "0.4" [dependencies.nickel-lang-core] version = "0.8.0" default-features = false [dependencies.rayon] version = "1.10.0" optional = true [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [dependencies.tempfile] version = "3.12" [dependencies.toml] version = "0.8" [dependencies.topiary-tree-sitter-facade] version = "0.5.1" [dependencies.topiary-web-tree-sitter-sys] version = "0.5.1" [dependencies.tree-sitter] version = "0.22.6" [features] all = [ "bash", "css", "json", "nickel", "ocaml", "ocaml_interface", "ocamllex", "rust", "toml", "tree_sitter_query", ] bash = [] css = [] default = ["parallel"] json = [] nickel = [] ocaml = [] ocaml_interface = [] ocamllex = [] parallel = ["dep:rayon"] rust = [] toml = [] tree_sitter_query = [] [target.'cfg(not(target_family = "wasm"))'.dependencies.cc] version = "1.1.0" [target.'cfg(not(target_family = "wasm"))'.dependencies.clap] version = "4.5" features = [ "env", "derive", "derive", ] [target.'cfg(not(target_family = "wasm"))'.dependencies.libloading] version = "0.8.4"