[package]
edition = "2021"
name = "statify"
version = "0.2.0"
authors = ["Dumbo-programmer <tawhidbinomarsjhss@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight and minimal statistics library for Rust"
readme = "README.md"
keywords = [
"statistics",
"math",
"data-analysis",
"analytics",
"stats",
]
categories = [
"algorithms",
"mathematics",
"science",
]
license = "MIT"
repository = "https://github.com/Dumbo-programmer/statify"
[lib]
name = "statify"
path = "src/lib.rs"
[[example]]
name = "advanced_statistics"
path = "examples/advanced_statistics.rs"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[dependencies]