qm-server 0.0.73

Server helper functions
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 = "2021"
rust-version = "1.90.0"
name = "qm-server"
version = "0.0.73"
authors = ["Jürgen Seitz <juergen.seitz@h-d-gmbh.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server helper functions"
readme = "README.md"
license = "MIT"
repository = "https://github.com/hd-gmbh-dev/quick-microservice-rs"
resolver = "3"

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

[dependencies.async-graphql]
version = "7.2.1"
features = [
    "bson",
    "chrono",
    "chrono-tz",
    "uuid",
    "graphiql",
    "time",
]

[dependencies.async-graphql-axum]
version = "7.2.1"

[dependencies.axum]
version = "0.8.6"

[dependencies.constcat]
version = "0.6.0"

[dependencies.envy]
version = "0.4.2"

[dependencies.qm-role]
version = "0.0.73"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]