diff --git a/cuda-interop/Cargo.toml b/cuda-interop/Cargo.toml index 6a07d764a..19fa09369 100644 --- a/cuda-interop/Cargo.toml +++ b/cuda-interop/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "af-cuda-interop" version = "3.7.1" +description = "ArrayFire is a high performance software library for parallel computing with an easy-to-use API. This crate is an addition on top of ArrayFire crate to enable users to mix RAW OpenCL code in rust and ArrayFire." authors = ["Pradeep Garigipati "] +documentation = "http://arrayfire.github.io/arrayfire-rust/af_cuda_interop/index.html" +homepage = "https://github.com/arrayfire/arrayfire-rust" +repository = "https://github.com/arrayfire/arrayfire-rust/tree/master/cuda-interop" +license = "BSD-3-Clause" edition = "2018" [dependencies] diff --git a/opencl-interop/Cargo.toml b/opencl-interop/Cargo.toml index 3e2b9ad13..b416d3548 100644 --- a/opencl-interop/Cargo.toml +++ b/opencl-interop/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "af-opencl-interop" version = "3.7.1" +description = "ArrayFire is a high performance software library for parallel computing with an easy-to-use API. This crate is an addition on top of ArrayFire crate to enable users to mix RAW CUDA code in rust and ArrayFire." authors = ["Pradeep Garigipati "] +documentation = "http://arrayfire.github.io/arrayfire-rust/af_opencl_interop/index.html" +homepage = "https://github.com/arrayfire/arrayfire-rust" +repository = "https://github.com/arrayfire/arrayfire-rust/tree/master/opencl-interop" +license = "BSD-3-Clause" edition = "2018" [dependencies]