deep_causality_haft 0.3.2

HKT traits for for the deep_causality crate.
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"
rust-version = "1.90.0"
name = "deep_causality_haft"
version = "0.3.2"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
exclude = [
    "*.bazel",
    "*/*.bazel",
    "*.bazel.*",
    "BUILD",
    "BUILD.bazel",
    "MODULE.bazel",
    ".bazelignore",
    ".bazelrc",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HKT traits for for the deep_causality crate."
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
keywords = [
    "HKT",
    "traits",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

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

[[example]]
name = "haft_adjunction"
path = "examples/adjunction.rs"

[[example]]
name = "haft_applicative"
path = "examples/applicative.rs"

[[example]]
name = "haft_bifunctor"
path = "examples/bifunctor.rs"

[[example]]
name = "haft_comonad"
path = "examples/comonad.rs"

[[example]]
name = "haft_effect_system_example"
path = "examples/effect_system.rs"

[[example]]
name = "haft_foldable"
path = "examples/foldable.rs"

[[example]]
name = "haft_functor"
path = "examples/functor.rs"

[[example]]
name = "haft_monad"
path = "examples/monad.rs"

[[example]]
name = "haft_parametric_monad"
path = "examples/parametric_monad.rs"

[[example]]
name = "haft_profunctor"
path = "examples/profunctor.rs"

[[example]]
name = "haft_traversable"
path = "examples/traversable.rs"

[[example]]
name = "haft_unbound_example"
path = "examples/unbound_haft.rs"