[package]
edition = "2024"
name = "karpal-core"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HKT encoding, Functor, Semigroup, Monoid 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 = "Apache-2.0"
repository = "https://github.com/Industrial-Algebra/Karpal"
[features]
alloc = []
default = ["std"]
std = []
[lib]
name = "karpal_core"
path = "src/lib.rs"
[dev-dependencies.proptest]
version = "1"