cova 0.2.0

First principles, minimally dependent, geometric and topologically focused math 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"
version = "0.2.0"
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 = "First principles, minimally dependent, geometric and topologically focused math library"
readme = "README.md"
keywords = [
    "mathematics",
    "topology",
    "geometry",
]
license = "AGPL-3.0"
repository = "https://github.com/harnesslabs/cova"
resolver = "2"

[features]
parallel = ["cova-space/parallel"]

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

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

[dependencies.cova-solver]
version = "=0.1.0"

[dependencies.cova-space]
version = "=0.2.1"

[dev-dependencies.tempfile]
version = "3.20"