# 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 = "2018" name = "gd32vf103-pac" version = "0.5.0" authors = ["The RISC-V Team "] description = "Peripheral access API for GD32VF103 chips" readme = "README.md" keywords = [ "riscv", "gd32", "register", "peripheral", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "ISC" repository = "https://github.com/riscv-rust/gd32vf103-pac" [dependencies.critical_section] version = "1.1.1" optional = true package = "critical-section" [dependencies.riscv] version = "0.10.1" [dependencies.vcell] version = "0.1.3" [features] critical-section = [ "critical_section", "riscv/critical-section-single-hart", ] rt = []