# 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 = "uwasm" version = "0.2.0" authors = ["darksv"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime for WebAssembly modules, suitable for use as a loader for user apps in firmwares running on microcontrollers like ESP32." readme = "README.md" categories = ["no-std"] license = "MIT" [lib] name = "uwasm" path = "src/lib.rs" [dependencies] [lints.clippy] new_without_default = "allow"