[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "struct_methods"
path = "examples/struct_methods.rs"
[lib]
name = "autoargs"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A proc macro for generating argument structs with defaults"
documentation = "https://github.com/phiresky/rust-autoargs"
edition = "2021"
homepage = "https://github.com/phiresky/rust-autoargs"
license = "MIT"
name = "autoargs"
readme = "README.md"
repository = "https://github.com/phiresky/rust-autoargs"
version = "0.1.1"
[[test]]
name = "test_autoargs"
path = "tests/test_autoargs.rs"
[[test]]
name = "test_methods"
path = "tests/test_methods.rs"