# 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] name = "nvapi" version = "0.1.4" authors = ["arcnmx"] description = "NVIDIA NVAPI bindings" documentation = "https://docs.rs/nvapi/latest/nvapi/" readme = "README.md" keywords = [ "nvidia", "nvapi", "gtx", ] license = "MIT" repository = "https://github.com/arcnmx/nvapi-rs" [dependencies.i2c] version = "^0.1.0" optional = true [dependencies.log] version = "^0.4.1" [dependencies.nvapi-sys] version = "^0.1.3" default-features = false [dependencies.serde] version = "^1.0.0" optional = true [dependencies.serde_derive] version = "^1.0.0" optional = true [dependencies.void] version = "^1.0.2" [features] default = ["serde_types"] serde_types = [ "serde", "serde_derive", "nvapi-sys/serde_types", ]