[package] name = "displayr-rustr" version = "0.2.0" authors = ["fsalbaroli "] include = ["/src/**/*", "/Cargo.toml","/build.rs", "/tests/**/*","/examples/**/*"] keywords = ["ffi", "r", "statistic","binding", "math"] license = "Apache-2.0" description = "Rust and R integration" documentation = "http://docs.rustr.org/" homepage = "http://rustr.org/" repository = "https://github.com/displayr/rustr" build = "build.rs" [lib] name = "rustr" [features] default = [] dev = ["clippy"] date = ["chrono"] engine = [] random = ["rand"] logging = ["log"] ty_nalgebra =["nalgebra","num"] ty_num = ["num"] rdebug = [] extra = [] [dependencies] clippy = {version = "0.0.302", optional = true} chrono = {version = "0.4.38", optional = true} rand = {version = "0.8.5", optional = true} log = {version = "0.4.22", optional = true} nalgebra = {version = "0.33.0", optional = true} num = {version = "0.4.3", optional = true}