[package] name = "meansd" version = "2.1.0" authors = ["Christian Krause "] description = "calculate mean and standard deviation" license = "GPL-3.0-or-later" readme = "../README.md" documentation = "https://gitlab.com/umcdev/meansd" homepage = "https://gitlab.com/umcdev/meansd" repository = "https://gitlab.com/umcdev/meansd" keywords = ["mean", "sstdev"] categories = ["mathematics"] edition = "2021" rust-version = "1.68.2" [dependencies] ordered-float = "3" [dev-dependencies] float-cmp = "0.9"