mod_interface_meta 0.24.0

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
[dependencies.derive_tools]
default-features = false
features = ["enabled", "enabled", "derive_is_variant"]
version = "~0.28.0"

[dependencies.macro_tools]
default-features = false
version = "~0.40.0"

[dev-dependencies.test_tools]
version = "~0.9.0"

[features]
default = ["enabled"]
enabled = []
full = ["enabled"]

[lib]
name = "mod_interface_meta"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
absolute_paths = "allow"
inline_always = "allow"
module_name_repetitions = "allow"
pedantic = "warn"
restriction = "warn"
single_call_fn = "allow"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"

[lints.rust]
future_incompatible = "deny"
missing_debug_implementations = "warn"
missing_docs = "warn"
rust_2018_idioms = "deny"
unsafe-code = "warn"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "development-tools"]
description = """
Protocol of modularity unifying interface of a module and introducing layers.
"""
documentation = "https://docs.rs/mod_interface_meta"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/mod_interface_meta"
keywords = ["fundamental", "general-purpose", "builder-pattern"]
license = "MIT"
name = "mod_interface_meta"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/mod_interface_meta"
version = "0.24.0"

[package.metadata.docs.rs]
all-features = false
features = ["full"]
include = ["/rust/impl/meta/mod_interface_meta_lib.rs", "/rust/impl/meta/mod_interface/meta", "/Cargo.toml", "/Readme.md", "/License"]

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