solverforge 0.5.2

SolverForge - A constraint solver in Rust
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 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 = "solverforge"
version = "0.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SolverForge - A constraint solver in Rust"
readme = false
license = "Apache-2.0"

[features]
console = ["dep:solverforge-console"]
decimal = ["solverforge-core/decimal"]
default = []
serde = ["solverforge-core/serde"]
verbose-logging = []

[lib]
name = "solverforge"
path = "src/lib.rs"

[[test]]
name = "derive_macros"
path = "tests/derive_macros.rs"

[dependencies.solverforge-config]
version = "0.5.2"

[dependencies.solverforge-console]
version = "0.5.2"
optional = true

[dependencies.solverforge-core]
version = "0.5.2"

[dependencies.solverforge-macros]
version = "0.5.2"

[dependencies.solverforge-scoring]
version = "0.5.2"

[dependencies.solverforge-solver]
version = "0.5.2"