[package] name = "libr" version = "0.1.0" authors = ["Huo Linhe "] license = "MIT" readme = "README.md" homepage = "https://github.com/zisten/libr.rs" repository = "https://github.com/zisten/libr.rs.git" documentation = "http://zitsen.github.io/libr.rs/doc/libr/index.html" description = """ A library for types and bingings to native C functions in libR, providing most of embedded-R and R math functions. """ keywords = ["R", "plot", "math", "graphics"] build = "build.rs" [dependencies] libc = "0.2" [build-dependencies] pkg-config = "0.3"