# 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 = "evo-rl" version = "0.1.0-alpha.5" authors = ["Dawnis Chow"] exclude = [ ".dot", ".png", "jupyter/", "agents/", ".ipynb_checkpoints/", "examples/", ] description = "A neuroevolution-based ML library for reinforcement learning inspired by NEAT" homepage = "https://www.evosentientai.com/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dawnis/evo_rl" [package.metadata] documentation = "https://docs.rs/evo_rl" repository = "https://github.com/dawnis/evo_rl" [package.metadata.docs.rs] all-features = true [lib] name = "evo_rl" crate-type = ["cdylib"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.nalgebra] version = "0.32.3" [dependencies.ndarray] version = "0.15.6" features = ["serde"] [dependencies.petgraph] version = "0.6.4" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.pyo3] version = "0.20.3" features = ["extension-module"] [dependencies.pyo3-log] version = "0.9.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_distr] version = "0.4.3" [dependencies.rand_seeder] version = "0.2.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_matches] version = "1.5" [build-dependencies.pyo3-build-config] version = "0.21.2"