# 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 = "fanova" version = "0.2.0" authors = ["Takeru Ohta "] description = "A Rust implementation of fANOVA (functional analysis of variance)" homepage = "https://github.com/sile/fanova" readme = "README.md" categories = ["science"] license = "MIT" repository = "https://github.com/sile/fanova" resolver = "2" [[bench]] name = "quantify_importance" harness = false [dependencies.itertools] version = "0.10" [dependencies.ordered-float] version = "3" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.criterion] version = "0.3" [badges.coveralls] repository = "sile/fanova"