celerix 0.0.9

A minimal, zero-config web framework for Cloudflare Workers
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"
version = "0.0.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal, zero-config web framework for Cloudflare Workers"
readme = false
keywords = [
    "cloudflare",
    "workers",
    "web",
    "framework",
    "wasm",
]
categories = [
    "web-programming",
    "wasm",
]
license = "MIT"
repository = "https://github.com/KABBOUCHI/celerix"

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

[[bin]]
name = "celerix"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.celerix_cli]
version = "0.0.9"

[dependencies.celerix_core]
version = "0.0.9"

[dependencies.celerix_macros]
version = "0.0.9"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.typetag]
version = "0.2"

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