lenso-platform-module 0.1.20

Module behavior seams for the Lenso backend 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"
rust-version = "1.94"
name = "lenso-platform-module"
version = "0.1.20"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Module behavior seams for the Lenso backend framework."
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 = "platform_module"
path = "src/lib.rs"

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

[dependencies.lenso-contracts]
version = "0.3.20"

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

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.utoipa]
version = "5.5"
features = [
    "axum_extras",
    "chrono",
    "uuid",
]

[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"