nvrtc 0.1.3

Bindings for NVIDIA® CUDA™ NVRTC in Rust
[badges.circle-ci]
branch = "master"
repository = "romankoblov/rust-nvrtc"
[build-dependencies.bindgen]
version = "0.63"

[features]
static = []

[package]
authors = ["Roman Koblov <penpen938@me.com>"]
build = "build.rs"
categories = ["api-bindings", "concurrency"]
description = "Bindings for NVIDIA® CUDA™ NVRTC in Rust"
edition = "2018"
homepage = "https://github.com/romankoblov/rust-nvrtc"
keywords = ["bindings", "cuda", "nvrtc", "gpu", "ptx"]
license = "MIT"
name = "nvrtc"
readme = "README.md"
repository = "https://github.com/romankoblov/rust-nvrtc"
resolver = "1"
version = "0.1.3"