nvidia-nrd 0.1.1

NVIDIA NRD RELAX SH Vulkan integration
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"
rust-version = "1.95"
name = "nvidia-nrd"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NVIDIA NRD RELAX SH Vulkan integration"
homepage = "https://github.com/attackgoat/nvidia"
documentation = "https://docs.rs/nvidia-nrd"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/attackgoat/nvidia"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = [
    "native",
    "vk-graph",
]
native = []
vk-graph = ["dep:vk-graph"]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.ash]
version = "0.38"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.vk-graph]
version = "0.14.7"
optional = true

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.dunce]
version = "1"

[build-dependencies.nvidia-sdk]
version = "0.1.0"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"