# 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 = "bl702-hal" version = "0.0.3" description = "HAL for the Bouffalo Lab BL702 microcontroller family" readme = "README.md" keywords = [ "hal", "bl702", "riscv", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT OR MulanPSL-2.0" repository = "https://github.com/9names/bl702-hal" [dependencies.bl702-pac] version = "0.0.2" [dependencies.embedded-hal] version = "=1.0.0-alpha.5" [dependencies.embedded-hal-zero] version = "0.2.7" features = ["unproven"] package = "embedded-hal" [dependencies.embedded-time] version = "0.12.0" [dependencies.nb] version = "1.0" [dependencies.paste] version = "1.0" [dependencies.riscv] version = "0.8.0" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.riscv-rt] version = "0.9.0" [build-dependencies.riscv-target] version = "0.1.2" [features] ramexec = []