# 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 = "wasm-bundle" version = "0.3.0" authors = ["Florian Uekermann "] description = "Compile Rust code to self-contained `.js` and `.html` files using WASM." readme = "README.md" categories = [ "development-tools::cargo-plugins", "wasm", "web-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/CodeGreenGmbH/wasm-bundle" [[bin]] name = "cargo-wasm-bundle" path = "src/bin/cargo-wasm-bundle.rs" [dependencies.base64] version = "0.21.0" [dependencies.cargo-lock] version = "8.0.3" [dependencies.cargo_metadata] version = "0.15.3" [dependencies.clap] version = "4.2.1" features = ["derive"]