[package] name = "dbfile_derive" version = "0.1.51" edition = "2021" author = "wemodel@icloud.com" description = "simple http client by rust" license-file = "license" repository = "https://gitee.com/jackxiao3386/requests2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1.0", features = ["full"]} quote = "1.0" proc-macro2 = "1.0" [lib] proc-macro = true