[package] name = "strafe-trait" description = "Traits for strafe" version = "0.1.1" authors = ["Nick Yahr "] 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_trait/index.html" repository = "https://gitlab.com/Neek-sss/strafe/-/tree/master/strafe-trait" categories = ["mathematics", "science", "visualization"] keywords = ["statistics", "model", "plot", "data", "test"] [dependencies] strafe-consts = { version = "~0.1", path = "../strafe-consts" } strafe-type = { version = "~0.1", path = "../strafe-type" } num-traits = "~0.2" nalgebra = "~0.32"