[package]
edition = "2024"
rust-version = "1.85"
name = "antecedent-core"
version = "0.3.0"
authors = ["Antecedent Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Identifiers, schemas, assumptions, provenance, and execution policy shared across the Antecedent causal inference 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_core"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"
[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"