# 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" rust-version = "1.60" name = "da14531-sdk-macros" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DA14531 SDK macros for Rust" documentation = "https://docs.rs/da14531-sdk-macros" readme = "README.md" keywords = [ "cortex-m", "embedded", "da14531", "no_std", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/rapitag/da14531-sdk-macros" [lib] name = "da14531_sdk_macros" path = "src/lib.rs" proc-macro = true [dependencies.indexmap] version = "2.2.2" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0.38" [dependencies.quote] version = "1.0.18" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_yaml] version = "0.9.31" [dependencies.syn] version = "1.0.92" features = [ "full", "extra-traits", "parsing", "derive", ]