# 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-web-tree-sitter-sys" version = "0.5.1" authors = [""] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Topiary's raw bindings to the tree-sitter-web API """ 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_web_tree_sitter_sys" path = "src/lib.rs" [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "=0.2.91" features = ["strict-macro"] [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = ["Window"] optional = true [features] default = ["web-sys"] node = []