[package] name = "mech-stats" version = "0.0.5" authors = ["Corey Montella "] description = "Statistics library for the Mech language" documentation = "http://docs.mech-lang.org" homepage = "http://mech-lang.org" repository = "https://github.com/mech-lang/stats" keywords = ["mech", "language", "programming"] license = "Apache-2.0" readme = "README.md" [badges] gitlab = { repository = "mech-lang/stats", branch = "master" } maintenance = { status = "actively-developed" } [lib] crate-type = ["dylib", "rlib"] [dependencies] mech-core = "0.0.5" mech-utilities = "0.0.5"