# 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.60" name = "riscv-pac" version = "0.2.0" authors = ["The RISC-V Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low level access to RISC-V processors" documentation = "https://docs.rs/riscv-pac" readme = "README.md" keywords = [ "riscv", "register", "peripheral", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "ISC" repository = "https://github.com/rust-embedded/riscv" [package.metadata.docs.rs] default-target = "riscv64imac-unknown-none-elf" targets = [ "riscv32i-unknown-none-elf", "riscv32imc-unknown-none-elf", "riscv32imac-unknown-none-elf", "riscv64imac-unknown-none-elf", "riscv64gc-unknown-none-elf", ] [lib] name = "riscv_pac" path = "src/lib.rs"