[package] name = "commons" version = "0.3.0" edition = "2021" description = "A high-performance Rust utility library" repository = "https://github.com/icecafecup/commons" license = "Apache-2.0/MIT" readme = "README.md" documentation = "https://docs.rs/commons" authors = ["IceCafeCup "] keywords = ["utility", "library", "high-performance"] categories = ["data-structures", "algorithms"] [features] default = ["collections", "sort", "math"] collections = [] sort = [] math = [] [[bench]] name = "bench_main" harness = false [dev-dependencies] criterion = { version = "0.3.6", features = ["html_reports"] } [dependencies] rayon = "1.5.3"