# 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 = "semeion" version = "0.9.1" authors = ["Marco Conte "] exclude = ["*.gif"] description = "A generic 2D environment simulator" documentation = "https://docs.rs/semeion" readme = "README.md" keywords = ["gamedev", "graphics", "engine", "entity", "2D"] license = "MIT" repository = "https://github.com/gliderkite/semeion" resolver = "2" [[example]] name = "langton" [[example]] name = "life" [[example]] name = "wireworld" [[example]] name = "mandelbrot" [[example]] name = "camera" [[example]] name = "rule" [dependencies.rayon] version = "1.5" optional = true [dev-dependencies.ggez] version = "0.7" [dev-dependencies.num-complex] version = "0.4" [dev-dependencies.rand] version = "0.8" [features] parallel = ["rayon"]