cellular 0.1.2

A simple command-line based cellular automaton animation creator
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "cellular"
version = "0.1.2"
authors = ["W-A-James <wajames2022@gmail.com>"]
description = "A simple command-line based cellular automaton animation creator"
license = "MIT"
repository = "https://github.com/W-A-James/cellular"
[dependencies.bit-vec]
version = "0.6.3"

[dependencies.clap]
version = "2.33.3"

[dependencies.gif]
version = "0.11.2"

[dependencies.gif-dispose]
version = "3.1.0"

[dependencies.indicatif]
version = "0.16.1"

[dependencies.rand]
version = "0.7.3"
[dev-dependencies.csv]
version = "1.1.6"

[dev-dependencies.log]
version = "0.4.11"

[dev-dependencies.plotters]
version = "^0.3.1"

[dev-dependencies.serde]
version = "1.0.126"

[dev-dependencies.simple_logger]
version = "1.11.0"