[dependencies.mod_interface_meta]
default-features = false
version = "~0.30.0"
[dev-dependencies.test_tools]
features = ["full"]
version = "~0.12.0"
[features]
default = ["enabled"]
enabled = ["mod_interface_meta/enabled"]
full = ["enabled"]
[lib]
name = "mod_interface"
path = "src/lib.rs"
[lints.clippy]
absolute_paths = "allow"
inline_always = "allow"
module_name_repetitions = "allow"
single_call_fn = "allow"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe-code = "warn"
[lints.rust.future_incompatible]
level = "deny"
priority = -1
[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1
[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/mod_interface"
keywords = ["fundamental", "general-purpose", "builder-pattern"]
license = "MIT"
name = "mod_interface"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/mod_interface"
version = "0.31.0"
[package.metadata.docs.rs]
all-features = false
features = ["full"]
[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"