# 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 = "bl602-macros" version = "0.0.2" authors = ["Lee Lup Yuen "] description = "Macros for BL602 IoT SDK" documentation = "https://docs.rs/bl602-macros" readme = "../README.md" keywords = ["bl602", "bl604"] categories = [] license = "Apache-2.0" repository = "https://github.com/lupyuen/bl602-rust-wrapper" [lib] test = true bench = false proc-macro = true [dependencies.cstr_core] version = "0.2.3" [dependencies.cty] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.memchr] version = "2.3.4" default-features = false [dependencies.proc-macro2] version = "1.0.26" [dependencies.quote] version = "1.0.9" [dependencies.rustc-serialize] version = "0.3.24" [dependencies.syn] version = "1.0.69" features = ["full", "extra-traits"] [features] default = ["mynewt_os"] mynewt_os = []