[dependencies.vibecode-macros]
version = "0.1.3"
[dev-dependencies.trybuild]
version = "1.0.114"
[lib]
name = "vibecode"
path = "src/lib.rs"
[package]
authors = ["Michael <michael@ramyun.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Compile-time vibe coding."
edition = "2024"
keywords = ["vibecode", "macro", "openai"]
license = "MIT"
name = "vibecode"
readme = "README.md"
repository = "https://github.com/Michael-JB/vibecode"
version = "0.1.3"
[[test]]
name = "test_attribute"
path = "tests/test_attribute.rs"
[[test]]
name = "test_compile"
path = "tests/test_compile.rs"
[[test]]
name = "test_function"
path = "tests/test_function.rs"