# 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 = "cellular_raza-building-blocks" version = "0.1.6" authors = ["Jonas Pleyer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cellular_raza Building Blocks" homepage = "https://cellular-raza.com/" documentation = "https://docs.rs/cellular_raza-building-blocks" readme = "README.md" keywords = [ "cell", "cellular", "simulation", ] categories = [ "science", "mathematics", "simulation", ] license = "GPL-2.0" repository = "https://github.com/jonaspleyer/cellular_raza" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", "--html-in-header", ".docs-header.html", ] [lib] name = "cellular_raza_building_blocks" path = "src/lib.rs" [dependencies.cellular_raza-concepts] version = "0.1.6" [dependencies.itertools] version = "0.13" [dependencies.nalgebra] version = "<0.34, >=0.30" features = [ "serde-serialize", "rand", ] [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", ] default-features = false [dependencies.pyo3] version = "<0.24, >=0.22" features = [ "serde", "py-clone", "serde", "py-clone", ] optional = true [dependencies.rand] version = "0.8" features = [ "small_rng", "small_rng", ] [dependencies.rand_chacha] version = "0.3.1" features = [ "serde1", "serde1", ] [dependencies.rand_distr] version = "0.4" features = ["serde1"] [dependencies.rayon] version = "1.6" [dependencies.serde] version = "1.0" [dev-dependencies.serde_test] version = "1.0.177" [features] default = ["gradients"] gradients = ["cellular_raza-concepts/gradients"] pyo3 = ["dep:pyo3"]