# 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 = "2021" rust-version = "1.57" name = "nvngx" version = "0.1.2" authors = ["Victor Polevoy "] description = "NVIDIA NGX bindings." documentation = "https://docs.rs/nvngx-rs" readme = "README.md" keywords = [ "nvidia", "ngx", "DLSS", "upscaling", "supersampling", ] license = "MIT" repository = "https://github.com/vityafx/nvngx-rs" [dependencies.ash] version = "0.37" [dependencies.derive_builder] version = "0.12" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.uuid] version = "1" features = ["v4"] [dependencies.widestring] version = "1" [build-dependencies.bindgen] version = "0.69"