# 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 = "clic" version = "0.0.0" authors = [ "Zhouqi Jiang ", "Qing Dong ", "Zhenchen Wang ", ] description = "Core-Local Interrupt Controller (CLIC) RISC-V Privileged Architecture support crate" documentation = "https://docs.rs/clic" readme = "README.md" keywords = [ "riscv", "clic", "interrupt", ] categories = [ "os", "embedded", "hardware-support", "no-std", ] license = "MulanPSL-2.0 OR MIT" repository = "https://github.com/rustsbi/clic" [package.metadata.docs.rs] default-target = "riscv64imac-unknown-none-elf" targets = [ "riscv32imac-unknown-none-elf", "riscv64imac-unknown-none-elf", ] [dependencies.volatile-register] version = "0.2.2"