cue-sdk-sys 0.1.0

FFI Bindings for the Corsair iCUE SDK.
Documentation
# 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 = "cue-sdk-sys"
version = "0.1.0"
authors = [
    "Scott Meschke <scottmeschke@gmail.com>",
    "Zach Thomas <zdcthomas@yahoo.com>",
]
build = "build.rs"
links = "iCUESDK"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
FFI Bindings for the Corsair iCUE SDK.
"""
homepage = "https://github.com/scottroemeschke/cue-sdk-sys"
documentation = "https://docs.rs/cue-sdk_sys"
readme = "README.md"
keywords = [
    "led",
    "bindings",
    "corsair",
    "icue",
    "cue",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/scottroemeschke/cue-sdk-sys"

[lib]
name = "cue_sdk_sys"
path = "src/lib.rs"

[dependencies]