rlevo-core 0.2.0

Core traits and types for rlevo (internal crate — use `rlevo` for the full API)
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"
name = "rlevo-core"
version = "0.2.0"
authors = ["Anthony Torlucci"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and types for rlevo (internal crate — use `rlevo` for the full API)"
readme = "README.md"
keywords = [
    "evolutionary",
    "deep-learning",
    "burn",
    "neural-network",
]
categories = [
    "science",
    "algorithms",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/anthonytorlucci/rlevo"

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

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

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

[dependencies.burn]
version = "0.21.0"
features = [
    "wgpu",
    "train",
    "tui",
    "metrics",
    "flex",
]

[dependencies.rand]
version = "0.10.1"

[dependencies.rand_distr]
version = "0.6.0"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.approx]
version = "0.5"