sphereql-graphql 0.3.0

GraphQL integration for sphereQL spatial queries
Documentation
# 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 = "2024"
name = "sphereql-graphql"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GraphQL integration for sphereQL spatial queries"
readme = "README.md"
keywords = [
    "graphql",
    "spatial",
    "spherical",
    "async-graphql",
    "query",
]
categories = [
    "web-programming",
    "science",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/bkahan/sphereQL"
resolver = "2"

[lib]
name = "sphereql_graphql"
path = "src/lib.rs"

[dependencies.async-graphql]
version = "6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.sphereql-core]
version = "0.3.0"

[dependencies.sphereql-embed]
version = "0.3.0"

[dependencies.sphereql-index]
version = "0.3.0"

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]