# 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 = "ndlife" version = "0.1.0" authors = ["Antonio Mamić "] build = false include = [ "/src", "/tests", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An infinite n-dimensional game of life " readme = "README.md" keywords = [ "game-of-life", "conway", "multidimensional", "life", ] categories = [ "simulation", "game-development", ] license = "MIT" repository = "https://github.com/amamic1803/ndlife-rs" [profile.release] lto = true [profile.test] opt-level = 3 [lib] name = "ndlife" path = "src/lib.rs" [[test]] name = "shapes" path = "tests/shapes.rs"