# 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 = "fast-trap" version = "0.0.1" authors = ["YdrMaster "] description = "Provide a framework for bare-metal trap handling, aiming at ensuring performance while reusing code." documentation = "https://docs.rs/fast-trap" readme = "README.md" keywords = [ "embedded", "trap-handler", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MulanPSL-2.0 OR MIT" repository = "https://github.com/YdrMaster/fast-trap.git" resolver = "1" [features] riscv-m = [] riscv-s = []