# 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 = "brainfuck-exe" version = "0.2.4" authors = ["Tom-the-Bomb"] description = "A brainfuck interpreter implemented in rust" documentation = "https://docs.rs/brainfuck-exe" readme = "README.md" keywords = [ "cli", "parser", "programming-language", "language", "interpreter", ] categories = [ "compilers", "command-line-interface", "parser-implementations", ] license = "MIT" repository = "https://github.com/Tom-the-Bomb/brainfuck-rs" [[bin]] name = "brainfuck" required-features = ["cli"] [[bench]] name = "brainfuck_bench" harness = false [dependencies.clap] version = "4.1" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.4" [features] cli = ["dep:clap"] default = ["cli"]