# 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 = "rocm_smi_lib" version = "0.2.5" authors = ["WhiskyAKM"] build = false exclude = [ "rocm_smi_lib", "rocm_smi_lib/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "easy to use crate for using rocm-smi from rust" readme = "README.md" keywords = [ "radeon", "rsmi", "hip", "rocm", "gpu", ] categories = [ "api-bindings", "external-ffi-bindings", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/PTFOPlayer/rocm_lib_sys" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [lib] name = "rocm_smi_lib" path = "src/lib.rs" [dependencies.lazy_static] version = "1.5.0" [dependencies.libc] version = "0.2.158" [dependencies.rocm_smi_lib_sys] version = "0.2.5" [features] device = [] fn_query = []