# 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 = "ch32v0" version = "0.2.0" authors = [ "Andelf ", "ch32-rs Contributors", ] description = "Device support crates for CH32V0 devices" readme = "README.md" keywords = [ "wch", "ch32", "svd2rust", "no_std", "embedded", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT/Apache-2.0" repository = "https://github.com/ch32-rs/ch32-rs" [package.metadata.docs.rs] default-target = "riscv32i-unknown-none-elf" features = [ "rt", "ch32v003", "critical-section", ] targets = [] [dependencies.critical-section] version = "1.1" optional = true [dependencies.riscv] version = "0.10.1" [dependencies.vcell] version = "0.1" [features] ch32v003 = [] default = [] rt = []