# 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 = "mindblown" version = "0.4.1" description = "Brainfuck to x86 ELF compiler with batteries included." readme = "README.md" license = "MIT" resolver = "2" [profile.release] opt-level = 2 lto = true [dependencies.clap] version = "3.2.20" features = ["cargo"] [dependencies.colored] version = "2.0.0" [dependencies.dunce] version = "1.0.2" [dependencies.rand] version = "0.8.5" [dependencies.snailquote] version = "0.3.1" [dependencies.subprocess] version = "0.2.9"