# 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" name = "nvcodec" version = "0.1.1" authors = ["Ming Yang "] description = "Rust safe wrapper for NVIDIA Video Codec SDK" readme = "README.md" keywords = [ "nvcodec", "cuda", "ffi", ] license = "MIT/Apache-2.0" repository = "https://github.com/vivym/nvcodec-rs" [dependencies.cuda-rs] version = "0.1" [dependencies.ffmpeg-next] version = "6" [dependencies.flume] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.npp] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.nvcodec-sys] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.image] version = "0.24.7" [dev-dependencies.indicatif] version = "0.17.7" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ]