comp-cat-rs 0.2.2

Computational category theory in Rust: all constructions as Kan extensions
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 = "comp-cat-rs"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Computational category theory in Rust: all constructions as Kan extensions"
readme = "README.md"
keywords = [
    "category-theory",
    "effects",
    "monad",
    "functor",
    "kan-extension",
]
categories = [
    "mathematics",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/MavenRain/comp-cat-rs"

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

[dependencies]

[lints.clippy]
manual_map = "warn"
needless_pass_by_value = "warn"
pedantic = "warn"

[lints.clippy.all]
level = "deny"
priority = -1