[package] name = "rsl" version = "0.1.1" authors = ["qinwf "] keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" description = """ The Rust Library (RSL). """ exclude = ["todo.md","note.md",".gitignore",".project"] [dependencies] rustc-serialize = "0.3.13" rand = "0.3.8" log = "0.3" num = "0.1.29" clippy = {version = "0.0.34", optional = true} [dev-dependencies] quickcheck = "0.2.24"