# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "commons" version = "0.3.0" authors = ["IceCafeCup "] description = "A high-performance Rust utility library" documentation = "https://docs.rs/commons" readme = "README.md" keywords = [ "utility", "library", "high-performance", ] categories = [ "data-structures", "algorithms", ] license = "Apache-2.0/MIT" repository = "https://github.com/icecafecup/commons" resolver = "2" [[bench]] name = "bench_main" harness = false [dependencies.rayon] version = "1.5.3" [dev-dependencies.criterion] version = "0.3.6" features = ["html_reports"] [features] collections = [] default = [ "collections", "sort", "math", ] math = [] sort = []