# 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. cargo-features = ["per-package-target"] [package] edition = "2018" name = "wasm-embedded-hal" version = "0.4.0" forced-target = "wasm32-wasi" description = "WASM embedded-hal implementation" documentation = "https://ryan.kurte.nz/embedded-wasm" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/embedded-wasm/hal_rs" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "wasm32-wasi", ] [[bin]] name = "test-i2c" path = "src/tests/test_i2c.rs" required-features = ["test_i2c"] [[bin]] name = "test-spi" path = "src/tests/test_spi.rs" required-features = ["test_spi"] [[bin]] name = "test-uart" path = "src/tests/test_uart.rs" required-features = ["test_uart"] [[bin]] name = "test-gpio" path = "src/tests/test_gpio.rs" required-features = ["test_gpio"] [dependencies.embedded-hal] version = "=1.0.0-alpha.8" [features] test_gpio = [] test_i2c = [] test_spi = [] test_uart = [] tests = [ "test_spi", "test_i2c", "test_gpio", "test_uart", ]