[dependencies.component_model_types]
default-features = false
features = ["types_component_assign"]
version = "~0.20.0"
[dependencies.convert_case]
default-features = false
features = []
optional = true
version = "0.6.0"
[dependencies.former_types]
default-features = false
features = ["types_former"]
version = "~2.33.0"
[dependencies.iter_tools]
default-features = false
version = "~0.43.0"
[dependencies.macro_tools]
default-features = false
features = ["attr", "attr_prop", "ct", "item_struct", "container_kind", "diag", "phantom", "generic_params", "generic_args", "typ", "derive", "ident"]
version = "~0.78.0"
[dev-dependencies.test_tools]
features = ["full"]
version = "~0.16.0"
[features]
default = ["enabled", "derive_former"]
derive_former = ["convert_case"]
enabled = ["macro_tools/enabled", "iter_tools/enabled", "former_types/enabled", "component_model_types/enabled"]
former_diagnostics_print_generated = []
full = ["enabled", "derive_former"]
performance = []
proc-macro-debug = ["macro_tools/diag"]
[lib]
name = "former_meta"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
absolute_paths = "allow"
arbitrary_source_item_ordering = "allow"
cast_precision_loss = "allow"
doc_include_without_cfg = "warn"
implicit_return = "allow"
inline_always = "allow"
items_after_statements = "allow"
large_enum_variant = "allow"
missing_docs_in_private_items = "allow"
missing_inline_in_public_items = "allow"
mod_module_files = "allow"
module_name_repetitions = "allow"
pub_use = "allow"
question_mark_used = "allow"
single_call_fn = "allow"
std_instead_of_alloc = "allow"
std_instead_of_core = "warn"
struct_excessive_bools = "allow"
undocumented_unsafe_blocks = "deny"
wildcard_imports = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe-code = "deny"
[lints.rust.future_incompatible]
level = "warn"
priority = -1
[lints.rust.rust_2018_idioms]
level = "warn"
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 = """
A flexible implementation of the Builder pattern supporting nested builders and collection-specific subformers. Implementation of its derive macro. Should not be used independently, instead use module::former which relies on the module.
"""
documentation = "https://docs.rs/former_meta"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/former_meta"
keywords = ["fundamental", "general-purpose", "builder-pattern"]
license = "MIT"
name = "former_meta"
readme = "readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/former_meta"
version = "2.38.0"
[package.metadata.docs.rs]
all-features = false
features = ["full"]
[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"