# 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 = "bfrs" version = "0.0.3" authors = ["DevComp "] description = "Yet another brainfuck interpreter written in Rust." readme = "README_cargo.md" keywords = [ "brainfuck", "interpreter", "cli", "brainfuck-rust", ] license = "GPL-3.0" repository = "https://github.com/CompeyDev/bf-rs" [package.metadata.winres] FileDescription = "Yet another brainfuck interpreter written in Rust." LegalCopyright = "Copyright © DevComp 2023" OriginalFilename = "bfrs.exe" [dependencies.ascii] version = "1.1.0" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.colored] version = "2.0.0" [build-dependencies.winresource] version = "0.1"