# 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 = "wasi-embedded-hal" version = "0.2.1" authors = ["Zelzahn "] description = "Implementation of the `embedded-hal` traits for Wasm components" readme = "README.md" keywords = [ "Wasm", "hal", ] categories = [ "embedded", "hardware-support", "wasm", "no-std", ] license = "Apache-2.0" repository = "https://github.com/Zelzahn/wasi-embedded-hal" [dependencies.bitflags] version = "2.4.2" [dependencies.embedded-hal-0_2] version = "0.2.7" optional = true package = "embedded-hal" [dependencies.embedded-hal-1_0] version = "1.0.0" optional = true package = "embedded-hal" [dependencies.lol_alloc] version = "0.4.1" [dependencies.wit-bindgen-rt] version = "0.24.0" [features] default = [ "use_std", "hal_1_0", ] hal_0_2 = ["dep:embedded-hal-0_2"] hal_1_0 = ["dep:embedded-hal-1_0"] use_alloc = [] use_std = ["use_alloc"]