deep_causality 0.13.4

Computational causality library. Provides causality graph, collections, context and causal reasoning.
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"
version = "0.13.4"
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 = "Computational causality library. Provides causality graph, collections, context and causal reasoning."
homepage = "https://deepcausality.com/about/"
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
keywords = [
    "causality",
    "causal-graph",
    "causal-reasoning",
    "graph",
]
categories = [
    "data-structures",
    "science",
    "aerospace",
    "finance",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[features]
os-random = ["deep_causality_uncertain/os-random"]

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

[[bench]]
name = "bench_main"
path = "benches/bench_main.rs"
harness = false

[dependencies.deep_causality_ast]
version = "0.1"

[dependencies.deep_causality_core]
version = "0.0.5"
default-features = true

[dependencies.deep_causality_data_structures]
version = "0.10"

[dependencies.deep_causality_haft]
version = "0.3"

[dependencies.deep_causality_uncertain]
version = "0.3"

[dependencies.ultragraph]
version = "0.8"

[dev-dependencies.criterion]
version = "0.8"