deep_causality_algorithms 0.2.14

Computational causality algorithms and utils used in the DeepCausality project.
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_algorithms"
version = "0.2.14"
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 algorithms and utils used in the DeepCausality project."
homepage = "https://deepcausality.com/"
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
keywords = [
    "surd",
    "causal-graph",
    "causal-reasoning",
    "algorithms",
]
categories = [
    "algorithms",
    "science",
    "aerospace",
    "finance",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
parallel = ["dep:rayon"]

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

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

[dependencies.deep_causality_num]
version = "0.3.2"

[dependencies.deep_causality_tensor]
version = "0.4.3"

[dependencies.rayon]
version = "1.12"
optional = true

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