# 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 = "async-cuda-npp" version = "0.4.0" authors = ["Oddity.ai Developers "] description = "Async NVIDIA Performance Primitives for Rust." readme = "README.md" keywords = [ "async", "nvidia", "cuda", "gpu", "npp", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/oddity-ai/async-cuda" resolver = "1" [package.metadata.docs.rs] rustc-args = [ "--cfg", "feature=\"docs-only\"", ] [dependencies.async-cuda-core] version = "0.4.0" [dependencies.cpp] version = "0.5" [dev-dependencies.futures] version = "0.3" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "test-util", "time", ] default-features = false [build-dependencies.cpp_build] version = "0.5" [features] unstable = []