# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-html" version = "0.2.1" authors = ["MaulingMonkey "] include = ["/src", "/template", "/Cargo.*", "/LICENSE*", "/*.md"] description = "create self-contained HTML programs" documentation = "https://docs.rs/cargo-html" readme = "Readme.md" keywords = ["wasm", "html"] categories = ["development-tools::cargo-plugins", "wasm", "web-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/MaulingMonkey/cargo-html" [package.metadata] html = false [[bin]] name = "cargo-html" path = "src/_cargo_html.rs" [dependencies.base64] version = "0.13" [dependencies.binary-install] version = "0.0.2" [dependencies.cargo_metadata] version = "0.12" [dependencies.mmrbi] version = "0.0.17" features = ["serde", "toml", "version"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1"