evolve-core 0.1.0

Core engine for Evolve: genome trait, operators, generation cycle
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.85"
name = "evolve-core"
version = "0.1.0"
authors = ["Kristian Baer <kristianb43r@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core engine for Evolve: genome trait, operators, generation cycle"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Frostbyte-Devs/evolve"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.dashmap]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.rand_distr]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.tokio]
version = "1.42"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]