arco 0.6.0

Automated Research into Computational Ontologies — a platform for discovering the conditions under which computation emerges
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 = "arco"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automated Research into Computational Ontologies — a platform for discovering the conditions under which computation emerges"
documentation = "https://docs.rs/arco"
readme = "README.md"
keywords = [
    "computation",
    "emergence",
    "complex-systems",
    "information-theory",
    "scientific-computing",
]
categories = [
    "science",
    "simulation",
]
license = "MIT"
repository = "https://github.com/kvernet/arco"

[features]
default = []
serialize = [
    "serde",
    "serde_json",
]

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

[[bin]]
name = "arco"
path = "src/main.rs"

[[example]]
name = "01_counter_state"
path = "examples/01_counter_state.rs"

[[example]]
name = "02_custom_rule"
path = "examples/02_custom_rule.rs"

[[example]]
name = "03_custom_observer"
path = "examples/03_custom_observer.rs"

[[example]]
name = "04_custom_schedule"
path = "examples/04_custom_schedule.rs"

[[example]]
name = "05_custom_universe"
path = "examples/05_custom_universe.rs"

[[example]]
name = "06_run_cycle"
path = "examples/06_run_cycle.rs"

[[example]]
name = "07_custom_hypotheses"
path = "examples/07_custom_hypotheses.rs"

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

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

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ndarray]
version = "0.17"

[dependencies.rand]
version = "0.10"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1