# 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 = "flipper0-macro" version = "0.1.3" authors = ["Alex Koz "] description = "Macro util for Flipper0 Application Package" homepage = "https://github.com/boozook/flipper0/tree/master/build/proc-macro" documentation = "https://docs.rs/flipper0-macro" readme = "README.md" keywords = [ "flipper-zero", "application", "package", "fap", "main", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/boozook/flipper0.git" [lib] proc-macro = true [dependencies.fam] version = "0.1.6" features = ["optional_entry_point"] package = "flipper0-fam-build" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [features] default = ["export-fam-infallible"] export-fam = [] export-fam-infallible = ["export-fam"]