organicomplex 0.7.0

Interactive complex-valued cellular automaton on 2D and 3D grids in search of that stuff - emergence, open-endedness, organicity etc.
# 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"
name = "organicomplex"
version = "0.7.0"
authors = ["Sunkware <mediator@sunkware.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive complex-valued cellular automaton on 2D and 3D grids in search of that stuff - emergence, open-endedness, organicity etc."
homepage = "https://sunkware.org/organicomplex/index.html"
readme = "README.md"
keywords = [
    "automaton",
    "cellular",
    "complex",
    "emergence",
    "interactive",
]
categories = [
    "science",
    "mathematics",
]
license = "GPL-3.0-or-later"

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

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_xoshiro]
version = "0.7.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.sdl2]
version = "0.38"
features = [
    "mixer",
    "ttf",
    "unsafe_textures",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[profile.release]
incremental = true