example = []
[[test]]
name = "mod_interface_tests"
path = "rust/test/meta/mod_interface_tests.rs"
[[test]]
name = "mod_interface_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"
[dependencies.mod_interface_meta]
version = "~0.1"
[dependencies.mod_interface_runtime]
version = "~0.1"
[dev-dependencies.test_tools]
version = "~0.1"
[features]
default = ["use_std"]
full = ["use_std", "use_alloc"]
use_alloc = []
use_std = []
[lib]
name = "mod_interface"
path = "rust/impl/meta/mod_interface/front/mod_interface_lib.rs"
[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Protocol of modularity unifying interface of a module and introducing layers.\n"
documentation = "https://docs.rs/mod_interface"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/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/rust/mod_interface"
resolver = "2"
version = "0.1.7"
[package.metadata.docs.rs]
all-features = true
include = ["/rust/impl/meta/mod_interface_lib.rs", "/rust/impl/meta/mod_interface/front", "/Cargo.toml", "/Readme.md", "/License"]