fidget-solver 0.4.3

Constraint solver using Fidget as a backend
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 = "2024"
rust-version = "1.92"
name = "fidget-solver"
version = "0.4.3"
authors = ["Matt Keeter <matt.j.keeter@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Constraint solver using Fidget as a backend"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/mkeeter/fidget"
resolver = "2"

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

[dependencies.fidget-core]
version = "=0.4.3"

[dependencies.nalgebra]
version = "0.34"
features = ["serde-serialize"]

[dependencies.rand]
version = "0.10"

[dependencies.workspace-hack]
version = "0.1"

[dev-dependencies.approx]
version = "0.5.1"