deep_causality_effects 0.0.6

Effect types for deep_causality heterogeneous graphs and causal collections.
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_effects"
version = "0.0.6"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Effect types for deep_causality heterogeneous graphs and causal collections."
readme = "README.md"
keywords = [
    "causality",
    "effects",
    "heterogeneous",
]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

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

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.deep_causality_multivector]
version = "0.4"

[dependencies.deep_causality_tensor]
version = "0.4"

[dependencies.deep_causality_topology]
version = "0.5"

[dev-dependencies]