# 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 = "web-bundler" version = "0.2.0" authors = [ "Justin Wernick ", "Panoptix OSS maintainers ", "Martin KavĂ­k ", ] description = "Manages the building of WebAssembly single page app frontends from a build.rs script so that they can easily be embedded into Rust API projects" readme = "README.md" keywords = [ "wasm", "web", ] categories = ["web-programming"] license = "MIT/Apache-2.0" repository = "https://codeberg.org/worthe-it/web-bundler" [dependencies.anyhow] version = "1" [dependencies.fs_extra] version = "1" [dependencies.rand] version = "0.8" [dependencies.sass-rs] version = "0.2" [dependencies.tera] version = "1" [dependencies.wasm-pack] version = "0.12"