# 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 = "egobox-doe" version = "0.24.0" authors = ["RĂ©mi Lafage "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for design of experiments" readme = "README.md" keywords = [ "machine-learning", "design", "experiments", "lhs", "full-factorial", ] categories = [ "algorithms", "mathematics", "science", ] license = "Apache-2.0" repository = "https://github.com/relf/egobox" [lib] name = "egobox_doe" path = "src/lib.rs" [[example]] name = "samplings" path = "examples/samplings.rs" [[bench]] name = "lhs" path = "benches/lhs.rs" harness = false [[bench]] name = "lhs_classics" path = "benches/lhs_classics.rs" harness = false [dependencies.linfa] version = "0.7" default-features = false [dependencies.ndarray] version = "0.15" features = [ "rayon", "approx", ] [dependencies.ndarray-rand] version = "0.14" [dependencies.ndarray-stats] version = "0.5" [dependencies.num-traits] version = "0.2" [dependencies.rand_xoshiro] version = "0.6" [dependencies.serde] version = "1" optional = true [dev-dependencies.approx] version = "0.4" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.serde_json] version = "1" [features] default = [] serializable = [ "serde", "rand_xoshiro/serde1", ]