celerix_core 0.0.9

Core library for the Celerix web framework
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"
name = "celerix_core"
version = "0.0.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for the Celerix web framework"
readme = false
license = "MIT"
repository = "https://github.com/KABBOUCHI/celerix"

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

[dependencies.axum]
version = "0.7"
features = ["json"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlx-d1]
version = "0.3"
features = ["macros"]

[dependencies.tower-service]
version = "0.3"

[dependencies.typetag]
version = "0.2"

[dependencies.worker]
version = "0.7.5"
features = [
    "axum",
    "http",
    "d1",
    "queue",
]