Source: wasm-bindgen
Section: rust
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-rust,
 dh-sequence-single-binary,
 cmark-gfm <!nodoc>,
 librust-anyhow-1-dev,
 librust-assert-cmd-2-dev,
 librust-base64-0.22-dev,
 librust-clap-4-dev,
 librust-env-logger-0.11-dev,
 librust-leb128-0.2-dev,
 librust-log-0.4-dev,
 librust-native-tls-0.2-dev,
 librust-predicates-3-dev,
 librust-pretty-assertions-1-dev,
 librust-regex-1-dev,
 librust-rstest-0.26-dev,
 librust-rustc-demangle-0.1-dev,
 librust-serde-1-dev,
 librust-serde-derive-1-dev,
 librust-serde-json-1-dev,
 librust-shlex-1-dev,
 librust-tempfile-3-dev,
 librust-unicode-ident-1-dev,
 librust-ureq-3-dev,
 librust-walrus-0.24-dev,
 librust-assert-cmd-2-dev,
 librust-predicates-3-dev,
 librust-pretty-assertions-1-dev,
 librust-regex-1-dev,
 librust-rstest-0.26-dev,
 librust-wasmparser-dev (<< 0.241),
 librust-wasmprinter-dev (<< 0.244),
 librust-base64-0.22-dev,
 librust-leb128-0.2-dev,
 librust-rustc-demangle-0.1-dev,
 librust-rstest-0.26-dev,
 librust-wasm-bindgen-futures-0.4-dev,
 librust-wasm-bindgen-test-0.3-dev,
 librust-wast-dev (<< 244),
 librust-wat-1-dev,
 libstd-rust-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/wasm-bindgen.git
Vcs-Browser: https://salsa.debian.org/debian/wasm-bindgen
Homepage: https://github.com/wasm-bindgen/wasm-bindgen
Description: high-level interactions between Wasm modules and JavaScript
 Wasm-bindgen is sort of half polyfill
 for features like the component model proposal
 and half features for empowering high-level interactions
 between JS and wasm-compiled code
 (currently mostly from Rust).
 More specifically this project allows JS/wasm to communicate
 with strings, JS objects, classes, etc,
 as opposed to purely integers and floats.
 Using wasm-bindgen for example you can define a JS class in Rust
 or take a string from JS or return one.

Package: wasm-bindgen
X-Cargo-Crates:
 wasm-bindgen-cli,
Architecture: any
Multi-Arch: allowed
Depends:
 ${cargo:Depends},
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using:
 ${cargo:Static-Built-Using},
Description:  ${source:Synopsis} - CLI tool
 ${source:Extended-Description}
 .
 This package provides the command-line tool wasm-bindgen.
