shopify_function_macro 2.1.0

Macros for the `shopify_function` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "shopify_function_macro"
version.workspace = true
edition = "2021"
authors = ["Surma <surma@shopify.com>", "Delta Pham <d.pham@shopify.com>"]
license = "MIT"
description = "Macros for the `shopify_function` crate."

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0.106"
bluejay-typegen-codegen = "0.3.1"
bluejay-core = "0.3.1"
convert_case = "0.10"