[package] name = "odata_client_derive" version = "0.1.0" authors = ["Toby Dimmick "] edition = "2018" description = "Procedural macro(s) for `odata_client_codegen`" license = "Apache-2.0" repository = "https://gitlab.com/tobz1000/odata_client_rs" [dependencies] odata_client_codegen = { version = "^0.1", path = "../odata_client_codegen" } anyhow = "^1.0" syn = "^1.0" proc-macro2 = "^1.0" reqwest = { version = "^0.11", features = ["blocking", "default-tls"] } quote = "^1.0" darling = "^0.10" [lib] proc-macro = true name = "odata_client_derive"