simple-syrup 0.5.2

the fastest way to a graphql endpoint running in rust
Documentation
[dependencies.anyhow]
version = "1.0.53"

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

[dependencies.async-graphql-warp]
version = "3.0.28"

[dependencies.chrono]
version = "0.4.19"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.serde]
version = "1.0.136"

[dependencies.serde_json]
version = "1.0.78"

[dependencies.sqlx]
features = ["runtime-tokio-rustls", "sqlite", "migrate", "macros", "uuid", "chrono", "offline"]
version = "0.5.10"

[dependencies.tokio]
features = ["full"]
version = "1.16.1"

[dependencies.uuid]
version = "0.8.2"

[dependencies.warp]
version = "0.3.2"

[package]
authors = ["Dan <danbruder@hey.com>"]
description = "the fastest way to a graphql endpoint running in rust"
documentation = "https://docs.rs/simple-syrup"
edition = "2021"
include = ["/migrations/", "src", "Cargo.toml"]
license = "MIT OR Apache-2.0"
name = "simple-syrup"
readme = "README.md"
repository = "https://github.com/danbruder/simple-syrup/"
resolver = "2"
version = "0.5.2"