# 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 = "pushr" version = "0.4.1" authors = ["johker "] description = "Pushr is a Rust based interpreter for Push programs." readme = "README.md" keywords = [ "push", "evolutionary", "stack-based", "genetic", "interpreter", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/johker/pushr/" [[bin]] name = "pushr" path = "src/main.rs" [dependencies.names] version = "0.10.0" [dependencies.rand] version = "0.8.0" [dependencies.rand_distr] version = "0.4.1"