# 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 = "lysogeny-broth" version = "1.2.0" authors = ["tpltnt"] description = "Substrate for cellular automata in Rust." documentation = "https://docs.rs/lysogeny-broth/" readme = "README.md" keywords = [ "cellular-automata", "nostd", ] categories = [ "embedded", "no-std", "simulation", ] license = "MIT AND Apache-2.0" repository = "https://github.com/tpltnt/lysogeny-broth" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [features] dead-alive-into-bool = ["dead-alive-only"] dead-alive-only = [] dead-alive-u8-utils = ["dead-alive-only"] default = ["dead-alive-only"]