lenso-bootstrap 0.1.31

Composition root for first-party Lenso host modules.
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"
rust-version = "1.94"
name = "lenso-bootstrap"
version = "0.1.31"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composition root for first-party Lenso host modules."
homepage = "https://github.com/LioRael/lenso"
readme = false
keywords = [
    "backend",
    "framework",
    "modules",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/LioRael/lenso"
resolver = "2"

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.auth]
version = "0.1.13"
features = ["redis"]
package = "lenso-module-auth"

[dependencies.auth-anonymous]
version = "0.1.5"
package = "lenso-module-auth-anonymous"

[dependencies.auth-github]
version = "0.1.5"
package = "lenso-module-auth-github"

[dependencies.auth-google]
version = "0.1.5"
package = "lenso-module-auth-google"

[dependencies.auth-oauth]
version = "0.1.6"
package = "lenso-module-auth-oauth"

[dependencies.auth-oidc]
version = "0.1.6"
package = "lenso-module-auth-oidc"

[dependencies.auth-password]
version = "0.1.14"
package = "lenso-module-auth-password"

[dependencies.auth-phone]
version = "0.1.6"
package = "lenso-module-auth-phone"

[dependencies.lenso-module-management]
version = "0.2.0"

[dependencies.lenso-service]
version = "0.1.24"

[dependencies.platform-core]
version = "0.1.23"
package = "lenso-platform-core"

[dependencies.platform-http]
version = "0.1.22"
package = "lenso-platform-http"

[dependencies.platform-module]
version = "0.1.23"
package = "lenso-platform-module"

[dependencies.platform-module-management]
version = "0.1.8"
package = "lenso-platform-module-management"

[dependencies.platform-provider]
version = "0.1.23"
package = "lenso-platform-provider"

[dependencies.platform-runtime]
version = "0.1.20"
package = "lenso-platform-runtime"

[dependencies.platform-runtime-observability]
version = "0.1.9"
package = "lenso-platform-runtime-observability"

[dependencies.platform-runtime-operations]
version = "0.1.9"
package = "lenso-platform-runtime-operations"

[dependencies.platform-system-plane]
version = "0.2.1"
package = "lenso-platform-system-plane"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "rustls",
]
default-features = false

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.platform-testing]
version = "0.1.19"
package = "lenso-platform-testing"

[dev-dependencies.sqlx]
version = "0.9"
features = [
    "runtime-tokio",
    "tls-rustls-ring-webpki",
    "postgres",
    "uuid",
    "chrono",
    "json",
]
default-features = false

[dev-dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "time",
]

[lints.clippy]
all = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
pedantic = "warn"

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"