# 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 = "qingke-rt" version = "0.2.1" authors = ["Andelf "] description = "Minimal runtime / startup for WCH's RISC-V MCUs, managed by the ch32-rs team" homepage = "https://github.com/ch32-rs/qingke" documentation = "https://docs.rs/qingke" readme = "README.md" keywords = [ "qingke", "wch", "riscv", "ch32v", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT/Apache-2.0" repository = "https://github.com/ch32-rs/qingke" [package.metadata.docs.rs] targets = ["riscv32imac-unknown-none-elf"] [dependencies.qingke] version = "=0.2.0" [dependencies.qingke-rt-macros] version = "=0.2.1" [features] highcode = [] v2 = [] v3 = [] v4 = []