# 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-tree-sitter-facade" version = "0.5.1" authors = [""] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Topiary's uniform interface for `tree-sitter` (rust) and `web-tree-sitter` (wasm-bindgen) """ homepage = "https://topiary.tweag.io" documentation = "https://github.com/tweag/topiary#topiary" readme = "README.md" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/tweag/topiary" [lib] name = "topiary_tree_sitter_facade" path = "src/lib.rs" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tree-sitter] version = "0.22.6" [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3" [target.'cfg(target_arch = "wasm32")'.dependencies.topiary-web-tree-sitter-sys] version = "0.5.1" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "=0.2.91" features = ["strict-macro"] [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-futures] version = "0.4" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3"