# 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 = "atspi-macros" version = "0.4.0" authors = [ "Luuk van der Duim ", "Tait Hoyem ", ] description = "Macros to assist in various impl blocks for the `atspi` crate." readme = "README.md" keywords = [ "macros", "helper", ] categories = ["macros"] license = "Apache-2.0 OR MIT" repository = "https://github.com/odilia-app/atspi" resolver = "1" [lib] proc_macro = true [dependencies.proc-macro-crate] version = "1.2.1" optional = true [dependencies.proc-macro2] version = "1.0" optional = true [dependencies.quote] version = "1.0.21" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0" optional = true [dependencies.syn] version = "1.0" features = [ "extra-traits", "fold", "full", ] [dependencies.zbus] version = "3.12.0" features = ["xml"] optional = true [dependencies.zvariant] version = "3.9.0" optional = true [features] async-io = ["zbus/async-io"] default = [] tokio = ["zbus/tokio"] unstable_atspi_proxy_macro = [ "dep:zbus", "dep:zvariant", "dep:proc-macro2", "dep:serde", "dep:proc-macro-crate", ] zbus = ["dep:zbus"]