# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pinetime-macros" version = "2.0.0" authors = ["Lee Lup Yuen "] description = "Safe Wrapper Macros for Mynewt on PineTime Smart Watch" documentation = "https://docs.rs/pinetime-macros" readme = "./README.md" keywords = ["pinetime", "mynewt", "macros"] categories = ["embedded", "no-std"] license = "Apache-2.0" repository = "https://github.com/lupyuen/pinetime-macros" [lib] name = "macros" test = true bench = false proc-macro = true [dependencies.cstr_core] version = "0.1.2" [dependencies.cty] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.memchr] version = "2" default-features = false [dependencies.proc-macro2] version = "1.0.3" [dependencies.quote] version = "1.0.2" [dependencies.rustc-serialize] version = "0.3" [dependencies.syn] version = "1.0.5" features = ["full", "extra-traits"] [features] default = ["mynewt_os"] mynewt_os = [] riot_os = []