antecedent-data 0.2.0

Causal data views and Arrow-backed adapters for the Antecedent causal inference 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-data"
version = "0.2.0"
authors = ["Antecedent Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Causal data views and Arrow-backed adapters for 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"

[features]
arrow = [
    "dep:arrow-array",
    "dep:arrow-schema",
    "dep:arrow-buffer",
    "dep:arrow-data",
    "arrow-array/ffi",
    "arrow-schema/ffi",
]
default = ["arrow"]

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

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

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

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

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

[dependencies.arrow-array]
version = "54"
optional = true
default-features = false

[dependencies.arrow-buffer]
version = "54"
optional = true
default-features = false

[dependencies.arrow-data]
version = "54"
optional = true
default-features = false

[dependencies.arrow-schema]
version = "54"
optional = true
default-features = false

[dependencies.realfft]
version = "3.5"

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