[package] name = "huber-procmacro" version = "0.3.11" authors = ["David Ko "] edition = "2021" rust-version = "1.65" description = "Internal package used by Huber" homepage = "https://github.com/innobead/huber" repository = "https://github.com/innobead/huber" license-file = "../../LICENSE" [lib] proc-macro = true [dependencies] huber-common = { path = "../common", version = "0.3.9" } proc-macro2 = "1.0" syn = "1.0" quote = "1.0" fs2 = "0.4.3" dirs = "4.0.0" log = "0.4" anyhow = "1.0"