[package]
name = "scirust"
version = "0.0.5"
authors = ["Shailesh Kumar <shailesh@indigits.com>"]
description="A scientific computing library"
homepage = "https://github.com/indigits/scirust"
repository = "https://github.com/indigits/scirust"
documentation="http://indigits.github.io/scirust/doc/scirust/index.html"
readme="./README.md"
keywords=["math", "linear-algebra", "statistics", "matrix", "scientific-computing"]
license="Apache-2.0"
[dependencies]
log = "0.3.1"
rand = "0.3.7"
num = "*"
[[bin]]
name = "scirust_main"
doc = false