rocm-sys 0.1.0

ROCm system bindings configured by release version
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 = "2024"
name = "rocm-sys"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ROCm system bindings configured by release version"
readme = "README.md"
keywords = [
    "gpu",
    "hip",
    "rocm",
    "bindings",
    "system",
]
categories = [
    "hardware-support",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/bobbothe2nd/rocm"

[features]
deprecated = []
dynamic-loading = ["dep:libloading"]
hip = []
hipblas = ["hip"]
hipblaslt = ["hipblas"]
hiprtc = ["hip"]
private = []
rocblas = []
rocfft = []

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

[[example]]
name = "get_device_count"
path = "examples/get_device_count.rs"
required-features = ["hip"]

[dependencies.libloading]
version = "0.9"
optional = true

[build-dependencies.rocm-build]
version = "0.1.0"