karpal-std 0.3.0

Standard prelude re-exports for the Karpal 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-std"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard prelude re-exports for the Karpal 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"

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

[[example]]
name = "cellular_automaton"
path = "examples/cellular_automaton.rs"

[[example]]
name = "config_pipeline"
path = "examples/config_pipeline.rs"

[[example]]
name = "data_transformation"
path = "examples/data_transformation.rs"

[[example]]
name = "domain_model_optics"
path = "examples/domain_model_optics.rs"

[dependencies.karpal-algebra]
version = "0.3.0"

[dependencies.karpal-arrow]
version = "0.3.0"

[dependencies.karpal-core]
version = "0.3.0"

[dependencies.karpal-effect]
version = "0.3.0"

[dependencies.karpal-free]
version = "0.3.0"

[dependencies.karpal-optics]
version = "0.3.0"

[dependencies.karpal-profunctor]
version = "0.3.0"

[dependencies.karpal-recursion]
version = "0.3.0"