# 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 = "hmeasure" version = "0.0.6" authors = ["Robin D. Wiseman"] description = "A Rust implementation of the H-Measure for assessing binary classifiers." homepage = "https://github.com/robinwiseman/hmeasure" readme = "README.md" keywords = [ "classifier", "H-Measure", "AUC", "ROC", ] license = "MIT" repository = "https://github.com/robinwiseman/hmeasure" [[bench]] name = "performance_benchmark" harness = false [dependencies.array2d] version = "0.3.0" [dependencies.quadrature] version = "0.1.2" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_distr] version = "0.4.3" [dependencies.statrs] version = "0.16.0" [dev-dependencies.criterion] version = "0.4.0"