# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "poisson-rate-test" version = "1.2.2" authors = ["Josh Vander Hook "] description = "Tests the equivalence of Poisson process rates, per Gu 2008 'Testing Ratio of Two Poisson Rates' " homepage = "https://github.com/jodavaho/poisson-rate-test" readme = "README.md" keywords = ["probability", "statistics", "Poisson", "hypothesis"] categories = ["science"] license = "MIT" [dependencies.claim] version = "0.5.0" [dependencies.rand] version = "0.8.3" [dependencies.rand_distr] version = "0.4.0" [dependencies.rayon] version = "1.5.0" [dependencies.statrs] version = "0.13.0"