nvidia-sdk 0.1.0

Verified acquisition and staging for NVIDIA graphics SDKs
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-sdk"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Verified acquisition and staging for NVIDIA graphics SDKs"
homepage = "https://github.com/attackgoat/nvidia"
documentation = "https://docs.rs/nvidia-sdk"
readme = "README.md"
keywords = [
    "nvidia",
    "sdk",
    "graphics",
]
categories = [
    "development-tools::build-utils",
    "graphics",
]
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"]

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

[[bin]]
name = "nvidia-sdk"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.fs2]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.toml]
version = "0.9"

[dependencies.ureq]
version = "2.12"
features = ["tls"]
default-features = false

[dependencies.zip]
version = "4.6.1"
features = ["deflate"]
default-features = false

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

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

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"