# 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" rust-version = "1.65.0" name = "life-backend" version = "0.0.2" authors = ["Masaki Wakabayashi"] description = "A backend implementation of Conway's Game of Life" readme = "README.md" keywords = [ "cellular-automata", "conway", "game-of-life", ] categories = [ "science", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/masaki-wk/life-backend" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bench]] name = "benchmark" harness = false [dependencies.anyhow] version = "1.0.71" [dependencies.fnv] version = "1.0.7" [dependencies.num-iter] version = "0.1.43" [dependencies.num-traits] version = "0.2.15" [dev-dependencies.clap] version = "4.3.8" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]