# 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 = "sledgehammer_bindgen_macro" version = "0.6.0" authors = ["Evan Almloff "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast batched js bindings" documentation = "https://docs.rs/sledgehammer_bindgen" readme = "README.md" keywords = [ "web", "wasm", "dom", ] categories = [ "web-programming", "wasm", "api-bindings", ] license = "MIT" repository = "https://github.com/demonthos/sledgehammer_bindgen/" [lib] name = "sledgehammer_bindgen_macro" path = "src/lib.rs" proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dev-dependencies.web-sys] version = "0.3" features = [ "Node", "console", ] [features] default = [] web = []