# 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-core" version = "0.5.1" authors = ["Tweag"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Formats input source code in a style defined for that language." 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_core" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.itertools] version = "0.11" [dependencies.log] version = "0.4" [dependencies.pretty_assertions] version = "1.3" [dependencies.prettydiff] version = "0.6.4" default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.32" features = [ "macros", "rt", ] [dependencies.topiary-tree-sitter-facade] version = "0.5.1" [dev-dependencies.criterion] version = "0.5" features = ["async_futures"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.tokio-test] version = "0.4" [target.'cfg(target_arch = "wasm32")'.dependencies.futures] version = "0.3.28" [target.'cfg(target_arch = "wasm32")'.dependencies.topiary-web-tree-sitter-sys] version = "0.5.1"