# 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 = "openrazer" version = "0.1.0" authors = ["SnejUgal "] description = "Asynchronous bindings to the OpenRazer daemon." readme = "./Readme.md" keywords = ["razer", "openrazer"] categories = ["api-bindings", "asynchronous"] license = "MIT" repository = "https://gitlab.com/SnejUgal/openrazer-rs" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[example]] name = "basic_effect" required-features = ["tokio/macros"] [[example]] name = "advanced_effect" required-features = ["tokio/macros"] [[example]] name = "custom_starlight" required-features = ["tokio/macros", "tokio/time", "tokio/sync"] [dependencies.dbus-async] version = "1" [dependencies.dbus-message-parser] version = "2.2" [dependencies.futures] version = "0.3" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "0.2" features = ["rt-core"] [dependencies.xmltree] version = "0.10" [dev-dependencies.palette] version = "0.5" [dev-dependencies.rand] version = "0.7"