[dependencies.proc-macro2]
version = "1.0.89"
[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
features = ["full"]
version = "2.0.87"
[[example]]
name = "example"
path = "examples/example.rs"
[lib]
name = "wrap_into"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Saúl Valdelvira <saul@saulv.es>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Attribute macro to optimize the use of Into trait on function args"
edition = "2021"
license = "MIT"
name = "wrap_into"
readme = "README"
repository = "https://git.saulv.es/wrap_into"
version = "0.1.1"