rgrow 0.21.1

A modular Tile Assembly Model simulator, inspired by Xgrow.
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 = "2021"
name = "rgrow"
version = "0.21.1"
authors = ["Constantine Evans <const@costi.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "rgrow"
description = "A modular Tile Assembly Model simulator, inspired by Xgrow."
readme = "README.md"
categories = [
    "science",
    "simulation",
]
license = "BSD-3-Clause"
repository = "https://github.com/cgevans/rgrow"

[package.metadata.docs.rs]
no-default-features = true
features = ["python"]

[features]
python = [
    "pyo3",
    "numpy",
    "pyo3-polars",
]

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

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

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

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

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

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

[[bench]]
name = "canvas_bounds"
path = "benches/canvas_bounds.rs"
harness = false

[[bench]]
name = "committer"
path = "benches/committer.rs"
harness = false

[[bench]]
name = "sierpinski"
path = "benches/sierpinski.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.approx]
version = "^0.5"

[dependencies.astro-float]
version = "0.9.4"

[dependencies.bimap]
version = "0.6"

[dependencies.bincode]
version = "1.3"

[dependencies.bpci]
version = "0.1.0"

[dependencies.cached]
version = "^0.55"
default-features = false

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

[dependencies.enum_dispatch]
version = "0.3"

[dependencies.fnv]
version = "1.0"

[dependencies.memmap2]
version = "0.9"

[dependencies.ndarray]
version = "^0.16"
features = ["serde"]

[dependencies.nom]
version = "7"
optional = false

[dependencies.num-format]
version = "0.4"

[dependencies.num-traits]
version = "^0.2"

[dependencies.numpy]
version = "^0.26"
optional = true

[dependencies.paste]
version = "1.0.15"

[dependencies.phf]
version = "^0"
features = ["macros"]

[dependencies.polars]
version = "^0.52"
features = [
    "lazy",
    "parquet",
    "product",
    "timezones",
]

[dependencies.pyo3]
version = "^0.26"
features = [
    "extension-module",
    "multiple-pymethods",
]
optional = true

[dependencies.pyo3-polars]
version = "^0.25"
optional = true

[dependencies.rand]
version = "^0.9"
features = ["small_rng"]

[dependencies.rayon]
version = "1"

[dependencies.rgrow-ipc]
version = "0.21.1"

[dependencies.serde]
version = "^1.0.185"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.which]
version = "6"

[dev-dependencies.criterion]
version = "^0.6"
features = ["html_reports"]

[target."cfg(windows)".dependencies.named_pipe]
version = "0.4"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["namedpipeapi"]