# 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 = "rlifesrc" version = "0.6.1" authors = ["AlephAlpha "] description = "A Game of Life pattern searcher." homepage = "https://github.com/AlephAlpha/rlifesrc/tree/master/tui" readme = "README_en.md" keywords = [ "game-of-life", "cellular-automata", ] license = "MIT" repository = "https://github.com/AlephAlpha/rlifesrc" resolver = "1" [dependencies.clap] version = "4.1.10" features = ["cargo"] [dependencies.crossterm] version = "0.26.1" features = ["event-stream"] optional = true [dependencies.futures-executor] version = "0.3.27" optional = true [dependencies.futures-util] version = "0.3.27" optional = true [dependencies.rlifesrc-lib] version = "0.6.1" [dependencies.serde_json] version = "1.0.94" [dependencies.serde_yaml] version = "0.9.19" [dependencies.toml] version = "0.7.3" [features] default = ["tui"] tui = [ "crossterm", "futures-executor", "futures-util", ]