# 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 = "2018" name = "dbus-async" version = "2.3.1" authors = ["LinkTed "] include = ["src/**/*.rs", "tests/*.rs", "examples/*.rs", "Cargo.toml", "README.md", "LICENSE"] description = "Asynchronous DBus library" readme = "README.md" keywords = ["dbus", "async"] categories = ["asynchronous"] license = "BSD-3-Clause" repository = "https://github.com/LinkTed/dbus-async" [dependencies.async-recursion] version = "~0.3.2" [dependencies.async-trait] version = "~0.1.52" [dependencies.bitflags] version = "~1.3.2" [dependencies.bytes] version = "~1.1.0" [dependencies.dbus-message-parser] version = "~4.3.1" [dependencies.dbus-server-address-parser] version = "~1.0.1" [dependencies.futures] version = "~0.3.17" [dependencies.hex] version = "~0.4.3" [dependencies.libc] version = "~0.2.111" [dependencies.log] version = "~0.4.14" [dependencies.lru] version = "~0.7.0" [dependencies.retain_mut] version = "~0.1.5" [dependencies.thiserror] version = "~1.0.30" [dependencies.tokio] version = "~1.15.0" features = ["fs", "net", "io-util", "process", "macros"] [dev-dependencies.tokio] version = "~1.15.0" features = ["rt-multi-thread"]