[package]
name = "cudnn"
description = "safe wrapper around CUDA's cuDNN"
version = "0.1.3"
authors = ["MichaelHirn <mj@autumnai.com>"]
repository = "https://github.com/autumnai/rust-cudnn"
homepage = "https://github.com/autumnai/rust-cudnn"
documentation = "https://autumnai.github.io/rust-cudnn"
readme = "../README.md"
keywords = ["cudnn", "cuda", "nvidia", "neural-network"]
license = "MIT"
[dependencies]
libc = "0.2"
cudnn-sys = { version = "0.0.1", path = "../cudnn-sys" }
clippy = { version = "0.0.27", optional = true }
[dev-dependencies]
collenchyma = "0.0.5"
[features]
dev = []
travis = []
lint = ["clippy"]