[package] name = "shopify_function" version = "0.8.1" edition = "2021" authors = ["Surma ", "Delta Pham "] license = "MIT" description = "Crate to write Shopify Functions in Rust." [dependencies] serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0" shopify_function_macro = { version = "0.8.1", path = "../shopify_function_macro" } # Use the `small` feature of ryu (transitive dependency through serde_json) # to shave off ~9kb of the Wasm binary size. [dependencies.ryu] version = "1" features = ["small"] [dev-dependencies] graphql_client = "0.14.0" graphql_client_codegen = "0.14.0"