# 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.64.0" name = "bfc" version = "1.12.0" authors = ["Wilfred Hughes "] description = "An industrial-grade brainfuck compiler" homepage = "https://github.com/Wilfred/bfc" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/Wilfred/bfc" [dependencies.ariadne] version = "0.3.0" [dependencies.clap] version = "4.3.4" features = [ "cargo", "string", "wrap_help", ] [dependencies.itertools] version = "0.10.5" [dependencies.llvm-sys] version = "130.0.5" [dependencies.tempfile] version = "3.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.quickcheck] version = "0.9.2"