[package]
edition = "2024"
name = "franken-kernel"
version = "0.2.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Suite-wide type substrate for FrankenSuite: TraceId, DecisionId, PolicyId, SchemaVersion."
readme = false
keywords = [
"types",
"tracing",
"decisions",
"schema",
]
license-file = "LICENSE"
repository = "https://github.com/Dicklesworthstone/asupersync"
[lib]
name = "franken_kernel"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies.proptest]
version = "1.10"
[dev-dependencies.serde_json]
version = "1.0"
[lints.clippy]
doc_markdown = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"