[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[dev-dependencies.clap]
features = ["derive"]
version = "4"
[lib]
name = "clowncopterize"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Manu Bretelle <chantr4@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A clown to rule them all!"
documentation = "https://docs.rs/clowncopterize/"
edition = "2024"
homepage = "https://github.com/chantra/clowncopterize"
license = "MIT"
name = "clowncopterize"
readme = "README.md"
repository = "https://github.com/chantra/clowncopterize"
version = "0.0.2"
[[test]]
name = "test"
path = "tests/test.rs"