# 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 = "swc-plugin-graphql-codegen-client-preset-optimizer-test" version = "0.1.0" description = "SWC plugin for https://the-guild.dev/graphql/codegen/plugins/presets/preset-client" readme = "README.md" license = "MIT" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = "symbols" [lib] crate-type = ["cdylib"] [dependencies.graphql-parser] version = "0.4.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0.91" [dependencies.swc_core] version = "0.44.*" features = [ "plugin_transform", "ecma_utils", "common", "testing", ] [dependencies.swc_ecma_parser] version = "0.123.11"