[package] name = "statml" version = "0.1.0" authors = ["Omkar Prabhu "] description = "Statistical Machine Learning in Rust" edition = "2018" readme = "README.md" repository = "https://github.com/prabhuomkar/statml" license = "Apache-2.0" license-file = "LICENSE" keywords = ["machine-learning", "ai", "ml", "statistics"] categories = ["statistics", "mathematics", "science", "algorithms"] exclude = [".github/"] [dependencies]