lenso-kernel 0.1.0

Portable Kernel runtime for Lenso vNext applications.
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 = "lenso-kernel"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable Kernel runtime for Lenso vNext applications."
readme = false
license = "MIT"
repository = "https://github.com/LioRael/lenso"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.futures]
version = "0.3"

[dependencies.lenso-app-plan]
version = "0.1.0"

[dev-dependencies]

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

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