cova-solver 0.1.2

Cova's solvers library
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"
name = "cova-solver"
version = "0.1.2"
authors = ["Harness Labs"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "katex-header.html",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cova's solvers library"
readme = "README.md"
keywords = [
    "mathematics",
    "algebra",
    "solvers",
    "numerical",
]
license = "AGPL-3.0"
repository = "https://github.com/harnesslabs/cova"
resolver = "2"

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

[dependencies.clarabel]
version = "0.11"

[dependencies.cova-algebra]
version = "=0.2.2"

[dependencies.thiserror]
version = "2.0"
default-features = false