# 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 = "wasm-embedded-spec" version = "0.4.0" authors = ["Ryan Kurte "] links = "embedded-wasm-spec" description = "Embedded WASM WITX specification" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/embedded-wasm/spec" [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.mockall] version = "0.11.0" optional = true [dependencies.wasmtime] version = "3.0.0" optional = true [dependencies.wiggle] version = "3.0.0" optional = true [build-dependencies.bindgen] version = "0.63.0" features = [ "runtime", "which-rustfmt", ] optional = true default_features = false [features] bind_c = ["bindgen"] bind_rs = [ "wiggle", "wasmtime", "std", ] default = [ "std", "bind_c", "bind_rs", ] mocks = ["mockall"] std = []