lightspeed_core 0.66.0

LightSpeed
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 = "lightspeed_core"
version = "0.66.0"
authors = ["Francesco Cina <ufoscout@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LightSpeed"
homepage = "https://github.com/LightHero/lightspeed"
readme = "README.md"
keywords = []
license = "MIT"
repository = "https://github.com/LightHero/lightspeed"

[features]
axum = ["dep:axum"]
default = []

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

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

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

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.c3p0]
version = "0.82"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.http]
version = "1"

[dependencies.jsonwebtoken]
version = "10.0"
features = ["rust_crypto"]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.10"

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.thiserror]
version = "2"

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

[dependencies.validator]
version = "0.20"
default-features = false

[dev-dependencies.config]
version = "0.15"

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

[dev-dependencies.lightspeed_logger]
version = "0.66.0"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "sync",
]
default-features = false

[dev-dependencies.tower]
version = "0.5"
default-features = false