# 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 = "runa-macros" version = "0.0.1-alpha1" description = "Macros for runa-core" license = "MIT OR Apache-2.0" repository = "https://github.com/yshui/runa" [lib] proc-macro = true [dependencies.darling] version = "0.14.1" [dependencies.heck] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.53" [dependencies.quote] version = "1.0.21" [dependencies.syn] version = "1.0.109" features = ["visit-mut"] [dev-dependencies.futures-executor] version = "0.3" [dev-dependencies.futures-lite] version = "1.12.0" [dev-dependencies.futures-task] version = "0.3.24" [dev-dependencies.num_enum] version = "0.5.7" [dev-dependencies.runa-io] version = "0.0.1-alpha1" [dev-dependencies.runa-wayland-scanner] version = "0.1.0" [features] default = ["tracing"] tracing = []