# 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 = "brainterpreter" version = "0.1.2" authors = ["Dmytro Kovalchuk"] description = "An interpreter for a Bauble toy programming language" homepage = "https://dimasmith.github.io/brainterpreter/" documentation = "https://docs.rs/brainterpreter" readme = "README.md" license = "MIT" repository = "https://github.com/dimasmith/brainterpreter" [[bin]] name = "bauble" required-features = ["cli"] [[bench]] name = "brainfuck_benchmark" harness = false [dependencies.clap] version = "4.2.5" features = ["derive"] optional = true [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.log] version = "0.4.17" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.env_logger] version = "0.10.0" [features] cli = [ "clap", "env_logger", ]