# 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 = "ratio-genetic" version = "0.3.0" include = [ "**/*.rs", "Cargo.toml", ] description = "Ratio's genetic algorithms library." homepage = "https://gitlab.com/ratio-case-os/rust/ratio-genetic" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://gitlab.com/ratio-case-os/rust/ratio-genetic.git" resolver = "1" [dependencies.hdrhistogram] version = "7.5.2" features = ["sync"] default-features = false [dependencies.nalgebra] version = "^0.32.1" [dependencies.num-traits] version = "^0.2.15" [dependencies.rand] version = "^0.8.5" features = ["alloc"] [dev-dependencies.pretty_assertions] version = "^1.3.0" [dev-dependencies.rand_chacha] version = "^0.3.1"