deep_causality_haft 0.4.3

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.97.1"
name = "deep_causality_haft"
version = "0.4.3"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
exclude = [
    "*.bazel",
    "*/*.bazel",
    "*.bazel.*",
    "BUILD",
    "BUILD.bazel",
    "MODULE.bazel",
    ".bazelignore",
    ".bazelrc",
    "tests/**/*",
    "papers/*",
]
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"]
no-std = [
    "alloc",
    "deep_causality_algebra/no-std",
]
std = [
    "alloc",
    "deep_causality_algebra/std",
]

[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"

[dependencies.deep_causality_algebra]
version = "0.4"
default-features = false

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]