# 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 = "bfy" version = "0.1.2" authors = ["Anas Elgarhy "] exclude = [ "test_code/**/*", "screenshots/**/*", ] include = [ "src/**/*", "Cargo.toml", "README.md", ] description = "Brainfu*k interpreter and REPL written in Rust" homepage = "https://github.com/anas-elgarhy/bfy" documentation = "https://docs.rs/bfy" readme = "README.md" keywords = [ "brainfuck", "interpreter", "repl", "bf-repl", "brainfuck-repl", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/anas-elgarhy/bfy" [dependencies.clap] version = "4.3.12" features = [ "derive", "color", "cargo", "wrap_help", "suggestions", ] [dependencies.colored] version = "2.0.4" [dependencies.console] version = "0.15.7" [dependencies.log] version = "0.4.19" [dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.pretty_assertions] version = "1.4.0"