# 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 = "cortex-m-interrupt" version = "0.2.0" authors = [ "Johannes Draaijer ", "Emil Fresk ", ] description = "Function-like, trait-based interrupt handler registration." homepage = "https://github.com/datdenkikniet/cortex-m-interrupt" documentation = "https://docs.rs/cortex-m-interrupt" readme = "README.md" keywords = [ "embedded", "cortex-m", "interrupt", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/datdenkikniet/cortex-m-interrupt" [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-interrupt-macro] version = "0.2.0" [dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.stm32f1xx-hal] version = "0.9" features = ["stm32f107"]