[package]
edition = "2024"
name = "lenso-plugin-authoring"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-neutral authoring primitives for strongly typed Lenso Plugins."
readme = "README.md"
license = "MIT"
repository = "https://github.com/LioRael/lenso-protocols"
resolver = "2"
[lib]
name = "lenso_plugin_authoring"
path = "src/lib.rs"
[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"