biir 1.2.2

Brainfuck Interpreter In Rust
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 = "biir"
version = "1.2.2"
authors = ["Maks Rawski <maksymilian.rawski@tutanota.com>"]
description = "Brainfuck Interpreter In Rust"
homepage = "https://gitlab.com/MaksRawski/biir"
keywords = ["brainfuck", "interpreter"]
categories = ["command-line-utilities", "parser-implementations"]
license = "MIT"
repository = "https://gitlab.com/MaksRawski/biir"
[dependencies.clap]
version = "2.33.3"

[dependencies.colored]
version = "2"

[dependencies.termion]
version = "1.5.6"

[dependencies.unicode-segmentation]
version = "1.1.0"
[dev-dependencies.proptest]
version = "1.0.0"

[dev-dependencies.regex]
version = "1"

[dev-dependencies.test-case]
version = "1.1.0"