# 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 = "cue-sdk" version = "0.0.3" authors = ["Scott Meschke "] description = "A high-level safe wrapper on top of cue-sdk-sys, for interfacing with the iCUE SDK." keywords = ["led", "cue", "corsair", "icue", "rgb"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/scottroemeschke/cue-sdk-rust" [dependencies.cue-sdk-sys] version = "0.0.5" [dependencies.failure] version = "0.1.8" [dependencies.failure_derive] version = "0.1.8" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.semver] version = "0.11.0" [dependencies.tokio] version = "0.3.3" features = ["sync"] optional = true [dev-dependencies.env_logger] version = "0.8.1" [dev-dependencies.log] version = "0.4.11" [dev-dependencies.rand] version = "0.7" [dev-dependencies.strum] version = "0.19.5" [dev-dependencies.strum_macros] version = "0.19.4" [dev-dependencies.tokio] version = "0.3.3" features = ["sync", "rt"] [features] async = ["tokio"]