# 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 = "faster-fishers" version = "0.1.3" authors = ["Maxime Jacques "] description = "Rust version of Scipy's Fisher exact test." homepage = "https://github.com/Maxyme/faster_fishers/" documentation = "https://github.com/Maxyme/faster_fishers/" readme = "README.md" license = "MIT" repository = "https://github.com/Maxyme/faster_fishers/" [lib] name = "faster_fishers" crate-type = [ "cdylib", "lib", ] [[example]] name = "simple" path = "examples/simple.rs" [dependencies.numpy] version = "0.17.2" [dependencies.pyo3] version = "0.17.3" features = ["extension-module"] [dependencies.rayon] version = "1.5.3" [dependencies.statrs] version = "0.16.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.float-cmp] version = "0.9.0"