# 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 = "2018" name = "rustfuck" version = "0.1.3" description = "Optimizing compiler and interpreter for Brainfuck" homepage = "https://crates.io/crates/rustfuck" readme = "README.md" keywords = ["brainfuck", "compiler", "interpreter"] categories = ["command-line-utilities", "compilers"] license-file = "LICENSE" repository = "https://github.com/JuergenFranziskus/rustfuck.git" [[bin]] name = "rfuck" path = "src/main.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.clap] version = "3.0.0-beta.4" [dev-dependencies.criterion] version = "0.3.5"