# 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.70" name = "nvidia-video-codec-sdk" version = "0.3.1" description = "Bindings for NVIDIA Video Codec SDK" homepage = "https://github.com/ViliamVadocz/nvidia-video-codec-sdk" documentation = "https://docs.rs/nvidia-video-codec-sdk" readme = "README.md" keywords = [ "encoding", "decoding", "bindings", "nvidia", "cuda", ] license = "MIT" repository = "https://github.com/ViliamVadocz/nvidia-video-codec-sdk" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] features = ["ci-check"] [dependencies.cudarc] version = "0.9.14" [dependencies.lazy_static] version = "1.4.0" [dev-dependencies.vulkano] version = "0.33.0" [features] ci-check = ["cudarc/ci-check"] default = []