# 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 = "async-rustbus" version = "0.2.0" authors = ["Curtis Maves "] description = "An asynchronous implementation of the DBus protocol based on rustbus" homepage = "https://github.com/cmaves/async-rustbus" readme = "README.md" license = "MIT" [dependencies.arrayvec] version = "0.7.0" [dependencies.async-channel] version = "1.9.0" [dependencies.futures] version = "0.3.13" [dependencies.libc] version = "0.2.126" [dependencies.rustbus] version = "0.17.0" [dependencies.tokio] version = "1.31.0" features = [ "rt", "rt-multi-thread", "sync", "time", "net", "io-util", "macros", ] [dependencies.xml-rs] version = "0.8.4" [dev-dependencies.rand] version = "0.8" features = ["small_rng"]