# 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 = "andes-riscv" version = "0.0.3" authors = ["Andelf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low level access to Andes' AndeStar V5 RISC-V processors" homepage = "https://github.com/embedded-drivers/andes-riscv" documentation = "https://docs.rs/andes-riscv" readme = "README.md" keywords = [ "andes", "riscv", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT/Apache-2.0" repository = "https://github.com/embedded-drivers/andes-riscv" [package.metadata.docs.rs] default-target = "riscv32imafc-unknown-none-elf" [lib] name = "andes_riscv" path = "src/lib.rs" [dependencies.riscv] version = "0.11.1"