antecedent 0.3.0

Identification-first causal inference: identify → estimate → refute, with uncertainty about causal structure preserved
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"
version = "0.3.0"
authors = ["Antecedent Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Identification-first causal inference: identify → estimate → refute, with uncertainty about causal structure preserved"
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"
path = "src/lib.rs"

[[example]]
name = "ate_quickstart"
path = "examples/ate_quickstart.rs"

[[example]]
name = "gcm_do"
path = "examples/gcm_do.rs"

[[example]]
name = "identify_only"
path = "examples/identify_only.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.antecedent-attribution]
version = "0.3.0"

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

[dependencies.antecedent-counterfactual]
version = "0.3.0"

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

[dependencies.antecedent-design]
version = "0.3.0"

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

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

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

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

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

[dependencies.antecedent-io]
version = "0.3.0"

[dependencies.antecedent-model]
version = "0.3.0"

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

[dependencies.antecedent-state]
version = "0.3.0"

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

[dependencies.antecedent-validate]
version = "0.3.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.antecedent-kernels]
version = "0.3.0"

[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"