nvidia-omm 0.1.0

Rust bindings for the NVIDIA Opacity Micro-Map CPU baker
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-omm"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the NVIDIA Opacity Micro-Map CPU baker"
homepage = "https://github.com/attackgoat/nvidia"
documentation = "https://docs.rs/nvidia-omm"
readme = "README.md"
keywords = [
    "nvidia",
    "ray-tracing",
    "vulkan",
    "graphics",
]
categories = [
    "graphics",
    "rendering",
]
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]
native = []

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

[dependencies.anyhow]
version = "1"

[build-dependencies.cc]
version = "1.2"

[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"