# 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 = "watchmaker_vm" version = "1.0.1" authors = ["Thomas Bratt "] description = "A Rust implementation of a virtual machine for use with genetic algorithms." homepage = "https://github.com/thomasbratt/watchmaker_vm" readme = "README.md" keywords = [ "algorithm", "evolution", "genetic", "virtualmachine", ] license = "MIT" repository = "https://github.com/thomasbratt/watchmaker_vm" [dependencies.half] version = "1.8.2"