ws63-pac 0.2.4

Peripheral Access Crate for HiSilicon WS63 (RISC-V) — generated via svd2rust
Documentation
# 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 = "2024"
name = "ws63-pac"
version = "0.2.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Peripheral Access Crate for HiSilicon WS63 (RISC-V) — generated via svd2rust"
readme = false
keywords = [
    "ws63",
    "hisilicon",
    "riscv",
    "embedded",
    "svd2rust",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/hispark-rs/ws63-pac"

[features]
default = ["critical-section"]
rt = []

[lib]
name = "ws63_pac"
path = "src/lib.rs"

[dependencies.critical-section]
version = "1"
optional = true

[dependencies.vcell]
version = "0.1"

[target.'cfg(target_arch = "riscv32")'.dependencies.riscv]
version = "0.13"