oars 0.2.0

A library providing construction methods and utility functions for orthogonal arrays
Documentation
# 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 = "oars"
version = "0.2.0"
authors = ["Afnan Enayet <afnan@afnan.io>"]
description = "A library providing construction methods and utility functions for orthogonal arrays"
readme = "docs/readme.md"
keywords = ["math", "orthogonal", "arrays", "monte", "carlo"]
license = "MIT"
repository = "https://github.com/afnanenayet/oars.git"
[profile.bench]
opt-level = 3
lto = true
codegen-units = 1

[[bench]]
name = "bench_bose_construction"
harness = false

[[bench]]
name = "bench_bush_construction"
harness = false
[dependencies.itertools]
version = "0.8.0"

[dependencies.ndarray]
version = "0.12.1"

[dependencies.num]
version = "0.2.0"

[dependencies.primes]
version = "0.2.3"

[dependencies.rand]
version = "0.6.5"

[dependencies.rayon]
version = "1.0"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true
[dev-dependencies.criterion]
version = "0.2"

[features]
default = []
parallel = ["rayon"]
serialize = ["serde", "serde_derive", "ndarray/serde-1"]
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "afnanenayet/oars"