antecedent-validate 0.5.2

Effect refuters, sensitivity analysis, and validation diagnostics for the Antecedent engine; start with the `antecedent` 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.85"
name = "antecedent-validate"
version = "0.5.2"
authors = ["Antecedent Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Effect refuters, sensitivity analysis, and validation diagnostics for the Antecedent engine; start with the `antecedent` crate"
homepage = "https://github.com/iridae-dev/antecedent"
documentation = "https://docs.rs/antecedent"
readme = "README.md"
keywords = [
    "causal",
    "inference",
    "statistics",
    "bayesian",
    "graphs",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/iridae-dev/antecedent"
resolver = "2"

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

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

[dependencies.antecedent-core]
version = "0.5.2"

[dependencies.antecedent-data]
version = "0.5.2"

[dependencies.antecedent-discovery]
version = "0.5.2"

[dependencies.antecedent-estimate]
version = "0.5.2"

[dependencies.antecedent-expr]
version = "0.5.2"

[dependencies.antecedent-graph]
version = "0.5.2"

[dependencies.antecedent-identify]
version = "0.5.2"

[dependencies.antecedent-kernels]
version = "0.5.2"

[dependencies.antecedent-prob]
version = "0.5.2"

[dependencies.antecedent-stats]
version = "0.5.2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"