# 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 = "molt-wasm" version = "0.4.5" authors = [ "Will Duquette ", "Zizheng Guo ", "Junzhuo Zhou ", ] description = "Embeddable TCL interpreter for Rust applications (personal forked)" documentation = "https://docs.rs/molt-forked" readme = "README.md" keywords = [ "language", "script", "scripting", "tcl", ] license = "MIT" repository = "https://github.com/zao111222333/molt-forked" [dependencies.gloo] version = "0.11" features = ["events"] [dependencies.molt-forked] version = "0.4.5" features = ["wasm"] [dependencies.web-sys] version = "0.3" features = ["Element"] [dependencies.yew] version = "0.21" features = ["csr"] [dependencies.yew_icons] version = "0.8" features = [ "BootstrapCheckLg", "FontAwesomeSolidXmark", "FontAwesomeSolidEllipsis", ]