# 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" rust-version = "1.70" name = "seaography-generator" version = "1.1.0" authors = ["Panagiotis Karatakis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🧭 A GraphQL framework and code generator for SeaORM" homepage = "https://www.sea-ql.org/Seaography" documentation = "https://docs.rs/seaography" readme = "README.md" keywords = [ "async", "graphql", "mysql", "postgres", "sqlite", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/SeaQL/seaography" [lib] name = "seaography_generator" path = "src/lib.rs" [dependencies.heck] version = "0.4.1" [dependencies.itertools] version = "0.11.0" [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.31" [dependencies.sea-query] version = "~0.32.0" default-features = false [dependencies.syn] version = "2.0.27" features = ["full"] [dependencies.thiserror] version = "1.0.44"