cova 0.1.3

First principles, minimally dependent, geometric and topologically focused math library
Documentation
[dependencies.cova-algebra]
version = "=0.1.2"

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

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

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

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

[package]
authors = ["Harness Labs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "First principles, minimally dependent, geometric and topologically focused math library"
edition = "2021"
keywords = ["mathematics", "topology", "geometry"]
license = "AGPL-3.0"
name = "cova"
readme = "README.md"
repository = "https://github.com/harnesslabs/cova"
version = "0.1.3"