[package]
edition = "2021"
rust-version = "1.70"
name = "dsfb-dscd"
version = "0.1.0"
authors = ["Riaan de Beer"]
build = false
include = [
"src/**",
"Cargo.toml",
"README.md",
"dscd_sweep.ipynb",
"dsfb_dscd_results_replay.ipynb",
"notebooks/dscd_plots.ipynb",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "dsfb-dscd"
description = "Deterministic Structural Causal Dynamics (DSCD): trust-gated local causal graph construction, threshold sweeps, and finite-size scaling exports."
homepage = "https://github.com/infinityabundance/dsfb"
documentation = "https://docs.rs/dsfb-dscd"
readme = "README.md"
keywords = [
"dscd",
"causal-graph",
"deterministic",
"safety-critical",
"scaling",
]
categories = [
"science",
"algorithms",
"command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/dsfb"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "dsfb_dscd"
path = "src/lib.rs"
[[bin]]
name = "dscd_threshold_scaling"
path = "src/bin/dscd_threshold_scaling.rs"
[[bin]]
name = "dsfb-dscd"
path = "src/main.rs"
[[bin]]
name = "dsfb_dscd_main"
path = "src/bin/dsfb_dscd_main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.csv]
version = "1.3"
[dependencies.dsfb]
version = "0.1.2"
[dependencies.dsfb-add]
version = "0.1.0"
[dependencies.rand]
version = "0.8"
[dependencies.rayon]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_with]
version = "3"