plasticity-lab 0.2.1

Reward-modulated SNN training/session orchestration loop above neuromod's plasticity primitives
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"
rust-version = "1.98.1"
name = "plasticity-lab"
version = "0.2.1"
authors = ["Raul Cardenas Montoya <montoyaraul34@gmail.com>"]
build = false
include = [
    "/src/**",
    "/examples/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE-MIT",
    "/LICENSE-APACHE-2.0",
    "/LICENSES/**",
    "/REUSE.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reward-modulated SNN training/session orchestration loop above neuromod's plasticity primitives"
readme = "README.md"
keywords = [
    "snn",
    "stdp",
    "plasticity",
    "neuromodulation",
    "reward-modulation",
]
categories = [
    "science",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Limen-Neural/plasticity-lab"

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

[features]
critic = ["dep:limbic-critic"]
default = []
wasm-js = ["neuromod/wasm-js"]

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

[[example]]
name = "jsonl_session_observer"
path = "examples/jsonl_session_observer.rs"

[dependencies.limbic-critic]
version = "0.3.0"
optional = true

[dependencies.neuromod]
version = "0.6.0"

[dependencies.rand]
version = "0.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.serde_json]
version = "1.0"

[profile.dev]
opt-level = 1

[profile.release]
lto = true
codegen-units = 1