elegans 1.0.0

C. elegans nervous system — 302 undifferentiated neurons develop into a functional worm brain through imaginal disc developmental phases
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 = "elegans"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C. elegans nervous system — 302 undifferentiated neurons develop into a functional worm brain through imaginal disc developmental phases"
readme = "README.md"
keywords = [
    "neuromorphic",
    "development",
    "elegans",
    "worm",
    "emergent",
]
categories = [
    "science",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Blackfall-Labs/elegans-rs"

[features]
visualize = [
    "macroquad",
    "image",
]

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

[[example]]
name = "visualize"
path = "examples/visualize.rs"
required-features = ["visualize"]

[dependencies.fibertract]
version = "1.0.0"

[dependencies.image]
version = "0.24"
optional = true

[dependencies.macroquad]
version = "0.4"
optional = true

[dependencies.neuropool]
version = "1.0.0"

[dev-dependencies.env_logger]
version = "0.11"