# 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" version = "0.1.6" authors = ["Jonas Pleyer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cellular simulation tool" homepage = "https://cellular-raza.com/" 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 = [ "--html-in-header", ".docs-header.html", ] [lib] name = "cellular_raza" path = "src/lib.rs" [[test]] name = "brownian_diffusion_constant_approx" path = "tests/brownian_diffusion_constant_approx.rs" [[test]] name = "contact_reactions" path = "tests/contact_reactions.rs" [[test]] name = "determinism_mechanics_interaction" path = "tests/determinism_mechanics_interaction.rs" [[test]] name = "domain_force_spring" path = "tests/domain_force_spring.rs" [[test]] name = "interaction_two_body_problem" path = "tests/interaction_two_body_problem.rs" [[test]] name = "storage" path = "tests/storage.rs" [dependencies.cellular_raza-building-blocks] version = "0.1.6" [dependencies.cellular_raza-concepts] version = "0.1.6" [dependencies.cellular_raza-core] version = "0.1.6" [dev-dependencies.nalgebra] version = "<0.34, >=0.30" features = [ "serde-serialize", "rand", ] [dev-dependencies.num] version = "0.4" [dev-dependencies.ode_integrate] version = "0.0.2" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.rand_chacha] version = "0.3.1" features = ["serde1"] [dev-dependencies.serde] version = "1.0" [dev-dependencies.tempdir] version = "0.3" [features] default = [ "gradients", "timestamp", ] gradients = [ "cellular_raza-concepts/gradients", "cellular_raza-core/gradients", "cellular_raza-building-blocks/gradients", ] pyo3 = [ "cellular_raza-building-blocks/pyo3", "cellular_raza-core/pyo3", ] timestamp = ["cellular_raza-core/timestamp"] tracing = ["cellular_raza-core/tracing"]