# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "displayr-rustr" version = "0.2.0" authors = ["fsalbaroli "] build = "build.rs" include = [ "/src/**/*", "/Cargo.toml", "/build.rs", "/tests/**/*", "/examples/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust and R integration" homepage = "http://rustr.org/" documentation = "http://docs.rustr.org/" readme = "README.md" keywords = [ "ffi", "r", "statistic", "binding", "math", ] license = "Apache-2.0" repository = "https://github.com/displayr/rustr" [lib] name = "rustr" path = "src/lib.rs" [[example]] name = "engine" path = "examples/engine.rs" [[test]] name = "libtests-engine" path = "tests/libtests-engine.rs" [dependencies.chrono] version = "0.4.38" optional = true [dependencies.clippy] version = "0.0.302" optional = true [dependencies.log] version = "0.4.22" optional = true [dependencies.nalgebra] version = "0.33.0" optional = true [dependencies.num] version = "0.4.3" optional = true [dependencies.rand] version = "0.8.5" optional = true [features] date = ["chrono"] default = [] dev = ["clippy"] engine = [] extra = [] logging = ["log"] random = ["rand"] rdebug = [] ty_nalgebra = [ "nalgebra", "num", ] ty_num = ["num"]