# 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 = "wasm-embedded-rt-wasm3" version = "0.4.0" authors = ["Ryan Kurte "] links = "wasme" description = "Embedded WASM C/wasm3 runtime library" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/embedded-wasm/rt_wasm3" [dependencies.cty] version = "0.2.2" [dependencies.embedded-hal] version = "1.0.0-alpha.8" [dependencies.log] version = "0.4.14" default_features = false [dependencies.thiserror] version = "1.0.30" optional = true [dependencies.wasm-embedded-spec] version = "0.4.0" features = ["bind_c"] default_features = false [dev-dependencies] [build-dependencies.bindgen] version = "0.63.0" features = [ "runtime", "which-rustfmt", ] default_features = false [build-dependencies.cmake] version = "0.1" [features] build-wasm3 = [] default = [ "std", "thiserror", "build-wasm3", ] std = [ "log/std", "wasm-embedded-spec/std", ]