# 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" rust-version = "1.70.0" name = "brainfoamkit" version = "1.1.1-next.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An interpreter for the brainf*** language" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AliSajid/brainfoamkit" [profile.dev] opt-level = 1 debug = 2 [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [lib] name = "brainfoamkit_lib" crate-type = ["lib"] path = "src/brainfoamkit_lib/lib.rs" [[bin]] name = "bfkrun" path = "src/brainfoamkit_interpreter/main.rs" [[bin]] name = "bfkview" path = "src/brainfoamkit_visualizer/main.rs" [dependencies.anyhow] version = "1.0.79" features = ["backtrace"] [dependencies.crossterm] version = "0.28.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.ratatui] version = "0.29.0" features = [ "macros", "serde", "document-features", ] [dev-dependencies.tempfile] version = "3.9.0"