[package] name = "conjure-macros" version.workspace = true edition = "2021" license = "Apache-2.0" description = "Macros exposed by conjure-http. Do not consume directly." repository = "https://github.com/palantir/conjure-rust" [lib] proc-macro = true [dependencies] heck = "0.5.0" http = "1.0.0" percent-encoding = "2.2.0" proc-macro2 = "1.0.47" quote = "1.0.21" structmeta = "0.3.0" syn = { version = "2.0.15", features = ["full"] } [dev-dependencies] conjure-error = { path = "../conjure-error", version = "4.5.0" } conjure-http = { path = "../conjure-http", version = "4.5.0", features = [ "macros", ] } conjure-object = { path = "../conjure-object", version = "4.5.0" }