[package]
name = "struct-convert"
version = "1.3.0"
edition = "2021"
description = "Auto Convert between structs"
authors = ["Zerounary <zerounary@163.com>"]
license = "MIT"
keywords = ["struct", "convert", "macro"]
repository = "https://github.com/Zerounary/struct-convert.git"
readme = "README.md"
[lib]
proc-macro = true
[dependencies]
anyhow = "1"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["extra-traits"] }
darling = "0.14.1"
itertools = "0.11.0"
derivative = "2.2.0"
time = "0.3.20"