# 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] edition = "2018" name = "accel" version = "0.3.1" authors = ["Toshiki Teramura "] description = "GPGPU Framework for Rust" documentation = "https://docs.rs/accel" readme = "../README.md" keywords = ["GPGPU", "CUDA"] categories = [] license = "MIT/Apache-2.0" repository = "https://gitlab.com/termoshtt/accel" [[bench]] name = "memcpy" harness = false [dependencies.accel-derive] version = "0.3.0" [dependencies.bitflags] version = "1.2.1" [dependencies.cuda-driver-sys] version = "0.3.0" [dependencies.derive-new] version = "0.5.8" [dependencies.log] version = "0.4.8" [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2.11" [dependencies.paste] version = "0.1.13" [dependencies.thiserror] version = "1.0.19" [dev-dependencies.criterion] version = "0.3.2"