# 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 = "riscv-slic" version = "0.1.1" description = "RISC-V Software-Level Interrupt Controller" documentation = "https://docs.rs/riscv-slic" readme = "README.md" keywords = [ "riscv", "software", "interrupts", "embedded", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/romancardenas/riscv-slic" [package.metadata.docs.rs] features = ["clint-backend"] targets = ["riscv32imc-unknown-none-elf"] [dependencies.critical-section] version = "1.1.2" [dependencies.heapless] version = "0.8.0" [dependencies.riscv] version = "0.11.1" [dependencies.riscv-slic-macros] version = "0.1.0" [features] clint-backend = [ "msoft", "riscv-slic-macros/clint-backend", ] msoft = [] ssoft = ["riscv/s-mode"] ssoft-backend = [ "ssoft", "riscv-slic-macros/ssoft-backend", ]