# 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 = "mystic_light_sdk" version = "0.4.2" authors = ["meskill"] include = [ "/src/**", "/examples/**", "build.rs", "README.md", "CHANGELOG.md", ] description = "A Rust wrapper for the MysticLight SDK (MSI hardware and peripherals)" homepage = "https://github.com/meskill/mystic-light-sdk" readme = "README.md" keywords = [ "mystic-light", "sdk", "rgb", "rgb-led", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/meskill/mystic-light-sdk" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-gnu" all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "serde_serialization" required-features = ["serde"] [dependencies.async-graphql] version = "4.0.1" optional = true [dependencies.custom_error] version = "1.9.2" [dependencies.either] version = "1.7.0" [dependencies.libloading] version = "0.7.3" [dependencies.oaidl] version = "0.2.1" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [dependencies.tracing] version = "0.1.36" [dependencies.widestring] version = "0.4.3" [dependencies.winapi] version = "0.3.9" [dev-dependencies.serde_json] version = "1.0.81" [dev-dependencies.tracing-subscriber] version = "0.3.15" [build-dependencies.copy_dir] version = "0.1.2" [features] async-graphql = ["dep:async-graphql"] serde = ["dep:serde"] [badges.maintenance] status = "passively-maintained"