[dependencies.bfrunner]
version = "0.1.*"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
[lib]
name = "bfrunner_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["NekoTheCatgirl <thea@nekothecatgirl.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Compile time macro for you to enjoy brainfuck in rust."
edition = "2024"
keywords = ["brainfuck", "interpreter", "fun", "esoteric", "learning"]
license = "CC0-1.0"
name = "bfrunner_macro"
publish = true
readme = "Readme.md"
repository = "https://github.com/NekoTheCatgirl/bfrunner"
version = "0.1.1"