mop-adapters 0.0.10

Solver adapters for MOP
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 = "mop-adapters"
version = "0.0.10"
authors = ["Caio Fernandes <c410.f3r@gmail.com>"]
description = "Solver adapters for MOP"
readme = "README.md"
keywords = ["mop"]
license = "Apache-2.0"
repository = "https://gitlab.com/c410-f3r/mop"
[dependencies.mop-common-deps]
version = "0.0.10"

[dependencies.mop-facades]
version = "0.0.10"

[dependencies.mop-solvers]
version = "0.0.10"

[features]
default = []
rayon = ["mop-common-deps/rayon", "mop-facades/rayon", "mop-solvers/rayon"]
serde1 = ["mop-common-deps/serde1", "mop-facades/serde1", "mop-solvers/serde1"]
std = ["mop-common-deps/std", "mop-facades/std", "mop-solvers/std"]