[dependencies.itertools]
version = "0.10.3"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1.0"
[lib]
doctest = false
proc-macro = true
[package]
authors = ["Princic-1837592 <andreapri.99@gmail.com>"]
description = "Create macros for functions and structs with default values"
edition = "2021"
keywords = ["macro", "function", "struct", "optional", "arguments"]
license = "Apache-2.0"
name = "opt_args"
repository = "https://github.com/Princic-1837592/opt_args"
resolver = "2"
version = "0.1.0"