hip-sys 0.1.2

Bindings for HIP
# 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 = "2018"
rust-version = "1.60"
name = "hip-sys"
version = "0.1.2"
authors = ["charles-r-earp <charles.r.earp@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for HIP"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cjordan/hip-sys"

[features]
bindgen = [
    "hip-runtime-sys/bindgen",
    "hipblas-sys?/bindgen",
]
blas = ["hipblas-sys"]

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

[[example]]
name = "hip_info"
path = "examples/hip_info.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.hip-runtime-sys]
version = "0.1.0"

[dependencies.hipblas-sys]
version = "0.1.0"
optional = true