lgp 1.7.2

CLI for Linear Genetic Programming experiments
# 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 = "lgp"
version = "1.7.2"
authors = ["Urmzd Mukhammadnaim; urmzd@dal.ca"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Linear Genetic Programming experiments"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/urmzd/linear-gp"

[features]
default = []
plot = ["dep:plotters"]

[[bin]]
name = "lgp"
path = "src/main.rs"

[dependencies.agentspec-update]
version = "0.6.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.1.8"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.csv]
version = "1.1"

[dependencies.gymnasia]
version = "1.0"
default-features = false

[dependencies.indicatif]
version = "0.17"

[dependencies.itertools]
version = "0.10"

[dependencies.lgp]
version = "1.1"
features = ["gym"]
package = "lgp-core"

[dependencies.plotters]
version = "0.3"
optional = true

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.7"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"
features = ["attributes"]

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "json",
    "std",
    "ansi",
]
default-features = false