caelix-core 0.0.37

Core primitives for the Caelix 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 = "2024"
name = "caelix-core"
version = "0.0.37"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core primitives for the Caelix framework."
homepage = "https://ohanronnie.github.io/caelix/"
documentation = "https://docs.rs/caelix-core"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Ohanronnie/caelix"

[features]
config = [
    "dep:dotenvy",
    "dep:serde_plain",
    "dep:validator",
]
default = []
openapi = ["dep:utoipa"]
sqlx = []
uploads = [
    "dep:infer",
    "dep:multer",
]
validator = ["dep:validator"]

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.bytes]
version = "1.12.1"

[dependencies.cookie]
version = "0.18.1"
features = ["percent-encode"]

[dependencies.crossbeam-channel]
version = "0.5.16"

[dependencies.dotenvy]
version = "0.15.7"
optional = true

[dependencies.futures-core]
version = "0.3.33"

[dependencies.futures-util]
version = "0.3.33"
features = ["std"]
default-features = false

[dependencies.http]
version = "1.4.2"

[dependencies.infer]
version = "0.22.0"
optional = true

[dependencies.ipnet]
version = "2.11.0"

[dependencies.multer]
version = "3.1.0"
optional = true

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

[dependencies.serde_html_form]
version = "0.4.1"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.serde_plain]
version = "1.0.2"
optional = true

[dependencies.tokio]
version = "1.53.1"
features = [
    "fs",
    "io-util",
    "sync",
]
default-features = false

[dependencies.tokio-stream]
version = "0.1.19"
features = ["sync"]

[dependencies.tokio-util]
version = "0.7.19"
features = [
    "io",
    "rt",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

[dependencies.url]
version = "2.5.8"

[dependencies.utoipa]
version = "5.5.0"
optional = true

[dependencies.uuid]
version = "1.24.0"
features = ["v4"]

[dependencies.validator]
version = "0.21.0"
optional = true

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "fs",
    "io-util",
    "macros",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]
default-features = false

[dev-dependencies.trybuild]
version = "1.0.118"