arco 0.2.1

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.2.1"
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"

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

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

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

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

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

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

[dependencies.bincode]
version = "2"
features = ["derive"]

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

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

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