# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cosyne" version = "0.3.4" authors = ["MathisWellmann "] exclude = ["img/", "resources"] description = "CoSyNE - neuro evolution through cooperatively coevolved synapses" readme = "README.md" categories = ["simulation", "science", "algorithms"] license-file = "LICENSE" [[example]] name = "cart_pole" required-features = ["gym-rs"] [[example]] name = "mountain_car" required-features = ["gym-rs", "plotters"] [[example]] name = "pendulum" required-features = ["gym-rs", "plotters"] [dependencies.failure] version = "0.1.8" [dependencies.gym-rs] version = "0.2.1" optional = true [dependencies.log] version = "0.4.0" [dependencies.nalgebra] version = "0.28" [dependencies.plotters] version = "0.3.0" optional = true [dependencies.pretty_env_logger] version = "0.4" [dependencies.rand] version = "0.8.3" [dependencies.rand_distr] version = "0.4.0" [dev-dependencies.round] version = "0.1.0" [features] plot = ["plotters"]