Skip to content

Commit 95855e4

Browse files
committed
Added packaging meta-data for crates.io to Cargo.toml
1 parent 94b8551 commit 95855e4

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Cargo.toml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
[package]
2-
name = "arrayfire"
3-
version = "3.1.2"
4-
authors = ["Pradeep Garigipati <pradeep@arrayfire.com>",
5-
"Jason Ramapuram <jason.ramapuram@gmail.com>"]
6-
build = "build.rs"
2+
name = "arrayfire"
3+
description = "ArrayFire is a high performance software library for parallel computing with an easy-to-use API. Its array based function set makes parallel programming simple. ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it platform independent and highly portable. A few lines of code in ArrayFire can replace dozens of lines of parallel computing code, saving you valuable time and lowering development costs. This crate provides Rust bindings for ArrayFire library."
4+
version = "3.0.0"
5+
documentation = "http://arrayfire.github.io/arrayfire-rust/arrayfire/index.html"
6+
homepage = "https://github.com/arrayfire/arrayfire"
7+
respository = "https://github.com/arrayfire/arrayfire-rust"
8+
authors = ["Pradeep Garigipati <pradeep@arrayfire.com>", "Jason Ramapuram <jason.ramapuram@gmail.com>"]
9+
readme = "./README.md"
10+
keywords = ["CUDA", "OpenCL", "ArrayFire", "Compute"]
11+
license = "BSD-3-Clause"
12+
build = "build.rs"
713

814
[dependencies]
915
libc = "0.1.10"
10-
num = "0.1.27"
16+
num = "0.1.27"
1117
time = "0.1.32"
1218

1319
[build-dependencies.rustc-serialize]

0 commit comments

Comments
 (0)