# 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" rust-version = "1.56" name = "openrgb" version = "0.1.2" authors = ["Julien Nicoulaud "] description = "OpenRGB SDK client" homepage = "https://github.com/nicoulaj/openrgb-rs" documentation = "https://docs.rs/openrgb" keywords = [ "RGB", "LED", "gaming", ] categories = [ "network-programming", "game-development", ] license = "GPL-2.0" repository = "https://github.com/nicoulaj/openrgb-rs" resolver = "2" [dependencies.array2d] version = "0.2.1" [dependencies.async-trait] version = "0.1.53" [dependencies.enum-primitive-derive] version = "0.2.2" [dependencies.flagset] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.num-traits] version = "0.2.15" [dependencies.rgb] version = "0.8.32" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.18.2" features = [ "rt-multi-thread", "net", "sync", "io-util", ] default-features = false [dev-dependencies.simplelog] version = "0.12.0" [dev-dependencies.tokio] version = "1.18.2" features = ["macros"] default-features = false [dev-dependencies.tokio-test] version = "0.4.2"