# 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 = "mop" version = "0.5.0" authors = ["Caio Fernandes "] description = "Flexible and modular single or multi-objective solver for contiguous and discrete problems" readme = "README.md" keywords = ["solver", "performance", "metaheuristic", "optimization"] categories = ["algorithms", "concurrency"] license = "Apache-2.0" repository = "https://github.com/c410-f3r/mop" [dependencies.mop-blocks] version = "0.5.0" features = ["with-rand"] default-features = false [dependencies.mop-facades] version = "0.5" default-features = false [dependencies.mop-solvers] version = "0.5.0" optional = true default-features = false [features] default = ["with-mop-solvers"] std = ["mop-blocks/std", "mop-facades/std", "mop-solvers/std"] with-futures = ["mop-blocks/with-futures"] with-mop-solvers = ["mop-solvers"] with-ndsparse = ["mop-blocks/with-ndsparse"] with-serde = ["mop-blocks/with-serde"]