cu-core 0.1.0

Low level bindings to cuda apis
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cu-core"
version = "0.1.0"
authors = ["Michal Hornický <semtexzv@gmail.com>"]
exclude = ["target/*"]
description = "Low level bindings to cuda apis"
homepage = "https://github.com/semtexzv/cu"
documentation = "https://docs.rs/cu-core"
keywords = ["cuda", "gpu", "gpgpu"]
categories = ["api-bindings", "external-ffi-bindings", "asynchronous", "science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/semtexzv/cu"
[dependencies.bitflags]
version = "1.1.0"

[dependencies.cu-sys]
version = "0.1.0"

[dependencies.error-chain]
version = "0.12.1"

[dependencies.libc]
version = "0.2"