# 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 = "ruspiro-interrupt-macros" version = "0.5.0" authors = ["Andre Borrmann "] description = "Macros used to implement interrupt handler.\n!!This crate is only useful in conjunction with the `ruspiro-interrupt` crate and shall never be used standalone!!\n" documentation = "https://docs.rs/ruspiro-interrupt/0.5.0" readme = "README.md" keywords = ["RusPiRo", "baremetal", "raspberrypi", "interrupt"] categories = ["no-std", "embedded"] license = "Apache-2.0" repository = "https://github.com/RusPiRo/ruspiro-interrupt/tree/v0.5.0" [lib] proc-macro = true [dependencies.quote] version = "~1.0" [dependencies.syn] version = "~1.0" features = ["extra-traits", "full"] [features] async = []