# 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-concepts" version = "0.1.6" authors = ["Jonas Pleyer "] build = 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" [package.metadata.docs.rs] all-features = true rustdoc-args = [] [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.1.6" [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.rand_chacha] version = "0.3.1" features = ["serde1"] [dependencies.serde] version = "1.0" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [features] default = ["gradients"] gradients = []