# 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 = "ts-bindgen-build-support" version = "0.5.0" authors = ["Adam Berger "] description = "Generate a wasm-bindgen interface from typescript definitions. Build-time utilities." readme = "README.md" keywords = ["wasm", "bindings", "typescript", "wasm-bindgen", "javascript"] categories = ["compilers", "command-line-utilities", "development-tools::ffi", "wasm", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/ratchetdesigns/ts-bindgen" [lib] proc-macro = true [dependencies.cargo-whatfeatures] version = "0.9.7" [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0" [dependencies.web-sys] version = "0.3.53"