karpal-recursion 0.3.0

Recursion schemes (cata, ana, hylo, para, apo, histo, futu, zygo, chrono) for the Industrial Algebra ecosystem
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 = "karpal-recursion"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Recursion schemes (cata, ana, hylo, para, apo, histo, futu, zygo, chrono) for the Industrial Algebra ecosystem"
homepage = "https://github.com/Industrial-Algebra/Karpal"
readme = "README.md"
keywords = [
    "hkt",
    "functor",
    "algebraic",
    "category-theory",
    "fp",
]
categories = [
    "no-std",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Industrial-Algebra/Karpal"

[features]
alloc = [
    "karpal-core/alloc",
    "karpal-free/alloc",
]
default = ["std"]
std = [
    "alloc",
    "karpal-core/std",
    "karpal-free/std",
]

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

[dependencies.karpal-core]
version = "0.3.0"
default-features = false

[dependencies.karpal-free]
version = "0.3.0"
default-features = false

[dev-dependencies.proptest]
version = "1"