cellular_raza-concepts 0.5.0

cellular_raza concepts
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"
name = "cellular_raza-concepts"
version = "0.5.0"
authors = ["Jonas Pleyer <jonas.dev@pleyer.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cellular_raza concepts"
homepage = "https://cellular-raza.com/"
documentation = "https://docs.rs/cellular_raza-concepts"
readme = "README.md"
keywords = [
    "cell",
    "cellular",
    "simulation",
]
categories = [
    "science",
    "mathematics",
    "simulation",
]
license = "GPL-2.0"
repository = "https://github.com/jonaspleyer/cellular_raza"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = []
all-features = true

[features]
default = ["gradients"]
gradients = []
plotters = ["dep:plotters"]
pyo3 = ["dep:pyo3"]

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

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

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

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

[dependencies.cellular_raza-concepts-derive]
version = "0.5.0"

[dependencies.num]
version = "0.4"

[dependencies.plotters]
version = "0.3"
features = [
    "bitmap_backend",
    "bitmap_encoder",
    "bitmap_gif",
    "svg_backend",
    "chrono",
    "image",
    "deprecated_items",
    "all_series",
    "all_elements",
    "full_palette",
    "colormaps",
]
optional = true
default-features = false

[dependencies.pyo3]
version = ">=0.24"
features = [
    "serde",
    "py-clone",
]
optional = true

[dependencies.rand_chacha]
version = "0.9"
features = ["serde"]

[dependencies.serde]
version = "1.0"

[dev-dependencies.rand]
version = "0.9"
features = ["small_rng"]