# 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" version = "0.5.0" authors = ["Adam Berger "] description = "Generate a wasm-bindgen interface from typescript definitions" 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] crate-type = ["cdylib", "rlib"] [[bin]] name = "ts-bindgen" required-features = ["bin"] [dependencies.clap] version = "3.0.1" features = ["derive"] optional = true [dependencies.ts-bindgen-gen] version = "=0.5.0" [dependencies.which] version = "4.2.2" optional = true [features] bin = ["clap", "which"] default = ["bin"] [target."cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))".dependencies.wasm-bindgen] version = "0.2.63" [target."cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))".dev-dependencies.wasm-bindgen-test] version = "0.3.13"