# 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 = "2018" name = "witx-codegen" version = "0.11.3" authors = ["Frank Denis "] description = "WITX code generator for WebAssembly guest modules." homepage = "https://github.com/jedisct1/witx-codegen" readme = "README.md" keywords = [ "witx", "webassembly", "wasm", "generator", "bindgen", ] categories = [ "wasm", "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/jedisct1/witx-codegen" [package.metadata.deb] extended-description = """ A code generator for WITX (WebAssembly interface description language for WASI). WITX-CodeGen generates types and function prototypes for various languages targeting WebAssembly, from a common WITX interface description. """ assets = [ [ "target/release/witx-codegen", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/witx-codegen/README.md", "644", ], ] section = "development" depends = "$auto" priority = "optional" [dependencies.anyhow] version = "1.0.69" [dependencies.convert_case] version = "0.6.0" [dependencies.structopt] version = "0.3.26" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.witx] version = "0.10.0-beta3" package = "witnext"