# 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" rust-version = "1.68" name = "moondancer-pac" version = "0.1.1" authors = ["Great Scott Gadgets "] include = [ "src/**/*", "README.md", "device.x", "build.rs", ] description = "A peripheral access crate for the Cynthion Moondancer SoC" documentation = "https://docs.rs/moondancer-pac" readme = "README.md" keywords = [ "cynthion", "luna", "riscv", "peripheral", "usb", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/greatscottgadgets/cynthion" [package.metadata.docs.rs] default-target = "riscv32imac-unknown-none-elf" targets = [ "riscv32i-unknown-none-elf", "riscv32imac-unknown-none-elf", ] [lib] test = false bench = false [dependencies.critical-section] version = "=1.1.1" optional = true [dependencies.riscv] version = "=0.10.1" [dependencies.riscv-rt] version = "=0.11.0" optional = true [dependencies.vcell] version = "=0.1.3" [features] default = ["vexriscv"] minerva = [] rt = ["riscv-rt"] vexriscv = []