[dependencies.bobtail_proc_macros]
version = "0.2.0"
[dev-dependencies.trybuild]
version = "1"
[lib]
name = "bobtail"
path = "src/lib.rs"
[package]
authors = ["Shane Celis <shane.celis@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = 'Generate macro proxies of functions whose tails can be "bobbed" as in cut off'
edition = "2021"
keywords = ["optional-arguments", "default-arguments", "variadic", "proc-macro"]
license = "MIT OR Apache-2.0"
name = "bobtail"
readme = "README.md"
repository = "https://github.com/shanecelis/bobtail"
version = "0.2.0"
[[test]]
name = "attributes"
path = "tests/attributes.rs"
[[test]]
name = "tail_define"
path = "tests/tail_define.rs"
[[test]]
name = "test_expand"
path = "tests/test_expand.rs"
[[test]]
name = "trybuild"
path = "tests/trybuild.rs"