azure-functions-codegen 0.3.0

Azure Functions for Rust code generation support
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "azure-functions-codegen"
license = "MIT"
version = "0.3.0"
authors = ["Peter Huene <peterhuene@protonmail.com>"]
description = "Azure Functions for Rust code generation support"
repository = "https://github.com/peterhuene/azure-functions-rs/"
homepage = "https://functions.rs"

[lib]
proc-macro = true

[dependencies]
azure-functions-shared = { version = "0.3.0", path = "../azure-functions-shared" }
quote = "0.6.10"
syn = { version = "0.15.22", features = ["full"] }
proc-macro2 = { version = "0.4.24", features = ["nightly"] }
lazy_static = "1.2.0"