# 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 = "bff" version = "1.0.0" authors = ["Sotiris Niarchos "] description = "A complete Befunge 98 interpreter in Rust" keywords = ["interpreter", "befunge"] categories = ["command-line-utilities", "compilers"] license = "MIT" repository = "https://github.com/zehanort/bff" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.bstr] version = "0.2.17" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.10" features = ["derive"] [dependencies.colour] version = "0.6.0" [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.8.3" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.1.1"