# 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 = "ch56x" version = "0.1.6" authors = [ "Andelf ", "ch32-rs Contributors", ] description = "Device support crates for CH56X 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" resolver = "1" [package.metadata.docs.rs] features = [ "rt", "ch56x", "critical-section", ] default-target = "riscv32imac-unknown-none-elf" targets = [] [dependencies.critical-section] version = "1.0" optional = true [dependencies.riscv] version = "0.9.0" [dependencies.riscv-rt] version = "0.10.0" optional = true [dependencies.vcell] version = "0.1.0" [features] ch56x = [] default = ["rt"] rt = ["riscv-rt"]