deep_causality_discovery 0.3.6

Causality discovery DSL for 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_discovery"
version = "0.3.6"
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 = "Causality discovery DSL for the DeepCausality project."
homepage = "https://deepcausality.com/"
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
keywords = [
    "surd",
    "causal-discovery",
    "causal-reasoning",
    "algorithms",
]
categories = [
    "algorithms",
    "science",
    "aerospace",
    "finance",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[features]
default = []
parallel = ["deep_causality_algorithms/parallel"]

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

[[example]]
name = "example_discovery"
path = "examples/main.rs"

[dependencies.csv]
version = "1.4"
default-features = false

[dependencies.deep_causality_algorithms]
version = "0.2"

[dependencies.deep_causality_haft]
version = "0.3"

[dependencies.deep_causality_tensor]
version = "0.4"

[dependencies.parquet]
version = "58"
default-features = false

[dev-dependencies.tempfile]
version = "3"
default-features = false