# 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 = "rtic-macros" version = "2.1.0" authors = [ "The Real-Time Interrupt-driven Concurrency developers", "Emil Fresk ", "Henrik Tjäder ", "Jorge Aparicio ", "Per Lindgren ", ] description = "Procedural macros, syntax parsing, and codegen of the RTIC crate" documentation = "https://rtic-rs.github.io/rtic/api/rtic" readme = "README.md" keywords = [ "embedded", "async", "runtime", "no-std", "rtos", ] categories = [ "concurrency", "embedded", "no-std", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rtic-rs/rtic" [lib] proc-macro = true [dependencies.indexmap] version = "2.0.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.49" [dependencies.quote] version = "1.0.23" [dependencies.syn] version = "2.0.48" features = [ "extra-traits", "full", ] [dev-dependencies.trybuild] version = "1.0.73" [features] cortex-m-basepri = [] cortex-m-source-masking = [] default = [] riscv-esp32c3 = [] test-template = []