# 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 = "ga-scheduler" version = "0.1.1" description = "A Genetic Algorithm optimizer designed for scheduling and similar tasks" documentation = "https://bryanlarsen.github.io/gas/gas/index.html" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/bryanlarsen/gas" resolver = "2" [lib] name = "gas" [dependencies.array-init] version = "2.0.1" [dependencies.mockall_double] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.144" features = ["derive"] optional = true [dev-dependencies.mockall] version = "0.11.1" [badges.maintenance] status = "actively-developed"