# 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 = "cosmology" version = "0.3.2" authors = ["cavemanloverboy "] description = "An early-in-development crate aiming to provide a lot of utilities commonly used in cosmology." readme = "README.md" keywords = [ "cosmology", "physics", "astrophysics", "universe", "structure", ] categories = ["science"] license = "MIT" repository = "https://github.com/cavemanloverboy/cosmology" [[bench]] name = "power" harness = false [[bench]] name = "correlation" harness = false [[bench]] name = "integration" harness = false [dependencies.criterion] version = "0.3.6" [dependencies.hammer-and-sample] version = "0.1.4" features = ["rayon"] optional = true [dependencies.indicatif] version = "0.17.0" [dependencies.ouroboros] version = "0.15.3" [dependencies.pyo3] version = "0.16.5" features = ["auto-initialize"] optional = true [dependencies.quadrature] version = "0.1.2" [dependencies.rand] version = "0.8.5" optional = true [dependencies.rand_pcg] version = "0.3.1" optional = true [dependencies.rayon] version = "1.5.3" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.concat-idents] version = "1.1.3" [dev-dependencies.dry] version = "0.1.1" [dev-dependencies.fnntw] version = "0.2.3" [dev-dependencies.itertools] version = "0.10.3" [dev-dependencies.ndarray] version = "0.15.6" [dev-dependencies.ndarray-npy] version = "0.8.1" [dev-dependencies.plotly] version = "0.7.0" features = ["kaleido"] [dev-dependencies.plotters] version = "0.3.1" [dev-dependencies.rand_distr] version = "0.4.3" [dev-dependencies.sequential-integration] version = "1.0.2" [features] bayesian = [ "hammer-and-sample", "rand", "rand_pcg", ] colossus-python = ["pyo3"] default = [ "bayesian", "nn", ] nn = []