strafe 0.1.1

Statistics programming for Rust based on R
[package]

name = "strafe"

description = "Statistics programming for Rust based on R"

version = "0.1.1"

authors = ["Nick Yahr <yarsh.technologies@gmail.com>"]

edition = "2021"

license = "MIT OR Apache-2.0"

homepage = "https://neek-sss.gitlab.io/yarsh-technologies-blog/strafe/"

documentation = "https://neek-sss.gitlab.io/strafe/strafe/index.html"

repository = "https://gitlab.com/Neek-sss/strafe/-/tree/master/strafe"

categories = ["mathematics", "science", "visualization"]

keywords = ["statistics", "model", "plot", "data", "test"]



[dependencies]

strafe-datasets = { version = "~0.1", path = "../strafe-datasets" }

strafe-distribution = { version = "~0.1", path = "../strafe-distribution" }

strafe-tests = { version = "~0.1", path = "../strafe-tests" }

strafe-numerics = { version = "~0.1", path = "../strafe-numerics" }

strafe-trait = { version = "~0.1", path = "../strafe-trait" }

strafe-plot = { version = "~0.1", path = "../strafe-plot" }

strafe-type = { version = "~0.1", path = "../strafe-type" }