# 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 = "dbus-async-derive" version = "2.0.2" authors = ["LinkTed "] include = ["src/**/*.rs", "tests/*.rs", "examples/*.rs", "Cargo.toml", "README.md", "LICENSE"] description = "Handler trait derive macro for dbus-async" readme = "README.md" keywords = ["dbus", "async", "derive"] categories = ["asynchronous"] license = "BSD-3-Clause" repository = "https://github.com/LinkTed/dbus-async-derive" [lib] proc-macro = true [dependencies.log] version = "0.4.11" [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0.7" [dependencies.syn] version = "1.0.53" features = ["extra-traits"] [dev-dependencies.async-trait] version = "0.1.42" [dev-dependencies.dbus-async] version = "2.0.0" [dev-dependencies.dbus-message-parser] version = "3.1.0" [dev-dependencies.futures] version = "0.3.8" [dev-dependencies.tokio] version = "0.3.5" features = ["net", "rt-multi-thread", "macros"]