# 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 = "bluejay-typegen" version = "0.2.0" exclude = [ ".gitignore", "tests/**/*", ] description = "A GraphQL type generator" homepage = "https://github.com/Shopify/bluejay" readme = "README.md" keywords = [ "graphql", "typegen", ] license = "MIT" repository = "https://github.com/Shopify/bluejay" [[example]] name = "shopify_function_miniserde" path = "examples/shopify_function_miniserde.rs" required-features = ["miniserde"] [dependencies.bluejay-typegen-macro] version = "=0.2.0" [dependencies.mnsrd] version = "0.1.39" optional = true package = "miniserde" [dependencies.srd] version = "1.0" features = ["derive"] optional = true package = "serde" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.trybuild] version = "1.0" [features] default = ["serde"] miniserde = [ "dep:mnsrd", "bluejay-typegen-macro/miniserde", ] serde = [ "dep:srd", "bluejay-typegen-macro/serde", ] [lints.clippy] wildcard_imports = "deny"