caelix 0.0.13

Public Caelix framework crate.
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 = "caelix"
version = "0.0.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public Caelix framework crate."
readme = false
license = "MIT"

[features]
actix = [
    "dep:caelix-actix",
    "caelix-macros/actix",
]
axum = [
    "dep:caelix-axum",
    "caelix-macros/axum",
]
default = [
    "actix",
    "sqlx",
    "validator",
]
socketio = [
    "axum",
    "caelix-axum/socketio",
    "dep:caelix-socketio",
]
sqlx = ["caelix-core/sqlx"]
validator = ["caelix-core/validator"]

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

[[test]]
name = "actix_main"
path = "tests/actix_main.rs"

[[test]]
name = "axum_application"
path = "tests/axum_application.rs"

[[test]]
name = "prelude"
path = "tests/prelude.rs"

[[test]]
name = "socketio"
path = "tests/socketio.rs"

[[test]]
name = "test_application"
path = "tests/test_application.rs"

[[test]]
name = "validation"
path = "tests/validation.rs"

[[test]]
name = "websocket_gateway"
path = "tests/websocket_gateway.rs"

[dependencies.caelix-actix]
version = "0.0.12"
optional = true

[dependencies.caelix-axum]
version = "0.0.13"
optional = true

[dependencies.caelix-core]
version = "0.0.9"

[dependencies.caelix-macros]
version = "0.0.6"
default-features = false

[dependencies.caelix-socketio]
version = "0.0.12"
optional = true

[dev-dependencies.actix-web]
version = "4.14.0"

[dev-dependencies.futures-util]
version = "0.3.31"
features = ["sink"]
default-features = false

[dev-dependencies.http-body-util]
version = "0.1.3"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.150"

[dev-dependencies.tokio-tungstenite]
version = "0.29.0"

[dev-dependencies.tower]
version = "0.5.3"
features = ["util"]

[dev-dependencies.validator]
version = "0.20"
features = ["derive"]