# 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 = "2018" name = "neat-gru" version = "1.4.0" authors = ["sakex "] description = "NEAT algorithm with GRU gates" keywords = ["neat", "ai", "machine-learning", "genetic", "algorithm"] categories = ["science", "wasm"] license = "GPL-3.0" repository = "https://github.com/sakex/neat-gru-rust" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [lib] crate-type = ["cdylib", "rlib"] [[bench]] name = "benchmark" harness = false [dependencies.async-trait] version = "0.1.51" [dependencies.itertools] version = "0.10.1" [dependencies.log] version = "0.4.17" [dependencies.num] version = "0.4.0" [dependencies.numeric_literals] version = "0.2.0" [dependencies.rand] version = "0.8.4" [dependencies.rand_distr] version = "0.4.1" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.130" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0.67" [dependencies.tempdir] version = "0.3.7" [dev-dependencies.criterion] version = "0.3.5" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.1" features = ["js"]