lenso-runtime-conformance 0.1.0

Kernel-owned conformance fixtures for Lenso Runtime Drivers and Execution Adapters.
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-runtime-conformance"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel-owned conformance fixtures for Lenso Runtime Drivers and Execution Adapters."
readme = false
license = "MIT"
repository = "https://github.com/LioRael/lenso"
resolver = "2"

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

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

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

[dependencies.futures]
version = "0.3"

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

[dependencies.lenso-kernel]
version = "0.1.0"

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