# 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 = "bl61x-pac" version = "0.1.0" exclude = [ "/peripherals", "/svd", "/bl616.yaml", "/update.sh", ] description = "Embedded Rust's Peripheral Access Crate for BL616/BL618 microcontrollers" readme = "README.md" keywords = [ "riscv", "bl616", "bl618", "pac", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "GPL-3.0-only" repository = "https://github.com/wsndshx/bl61x-pac" [dependencies.critical_section] version = "1.1.2" optional = true package = "critical-section" [dependencies.riscv] version = "0.11.1" [dependencies.vcell] version = "0.1.3" [features] critical-section = [ "critical_section", "riscv/critical-section-single-hart", ] rt = []