# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "shopify_function" version = "0.8.1" authors = [ "Surma ", "Delta Pham ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crate to write Shopify Functions in Rust." readme = "README.md" license = "MIT" [lib] name = "shopify_function" path = "src/lib.rs" [[test]] name = "generate_types" path = "tests/generate_types.rs" [[test]] name = "shopify_function" path = "tests/shopify_function.rs" [[test]] name = "shopify_function_target" path = "tests/shopify_function_target.rs" [dependencies.ryu] version = "1" features = ["small"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shopify_function_macro] version = "0.8.1" [dev-dependencies.graphql_client] version = "0.14.0" [dev-dependencies.graphql_client_codegen] version = "0.14.0"