[package]
edition = "2024"
rust-version = "1.96.0"
name = "nichlink-run-method"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime registry trees, transactions, tracing, plugins, and authoring for NichLink"
homepage = "https://github.com/Nichtigott/nichlink"
documentation = "https://docs.rs/nichlink-run-method"
readme = "README.md"
keywords = [
"runtime",
"tracing",
"registration",
"macros",
]
categories = [
"development-tools",
"rust-patterns",
]
license = "MIT"
repository = "https://github.com/Nichtigott/nichlink"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
[features]
authoring = [
"nichlink-core/syntax",
"dep:syn",
]
[lib]
name = "nichlink_run_method"
path = "src/lib.rs"
[[example]]
name = "scale_audit"
path = "examples/scale_audit.rs"
[[test]]
name = "external_compact_face"
path = "tests/external_compact_face.rs"
[[test]]
name = "external_source_default"
path = "tests/external_source_default.rs"
[[test]]
name = "face_arm_defaults"
path = "tests/face_arm_defaults.rs"
[[test]]
name = "face_fields"
path = "tests/face_fields.rs"
[[test]]
name = "face_preset_parts"
path = "tests/face_preset_parts.rs"
[[test]]
name = "graft_record"
path = "tests/graft_record.rs"
[[test]]
name = "kind_only_registry_name"
path = "tests/kind_only_registry_name.rs"
[[test]]
name = "path_compat"
path = "tests/path_compat.rs"
[dependencies.nichlink-core]
version = "0.1.3"
[dependencies.nichlink-macro]
version = "0.1.3"
[dependencies.syn]
version = "2"
features = [
"full",
"parsing",
"visit",
]
optional = true
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(rust_analyzer)"]