[package]
edition = "2024"
name = "adze-common"
version = "0.8.0"
authors = ["Steven Zimmerman, CPA"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared logic for the Rust Sitter macro and tool"
homepage = "https://github.com/effortlessmetrics/adze"
documentation = "https://docs.rs/adze-common"
readme = "README.md"
keywords = [
"parsing",
"codegen",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/effortlessmetrics/adze"
resolver = "2"
[features]
strict_docs = []
[lib]
name = "adze_common"
path = "src/lib.rs"
[[test]]
name = "attribute_extraction_comprehensive"
path = "tests/attribute_extraction_comprehensive.rs"
[[test]]
name = "attribute_parsing_comprehensive"
path = "tests/attribute_parsing_comprehensive.rs"
[[test]]
name = "attribute_parsing_proptest"
path = "tests/attribute_parsing_proptest.rs"
[[test]]
name = "attribute_processing_proptest"
path = "tests/attribute_processing_proptest.rs"
[[test]]
name = "common_imports_comprehensive"
path = "tests/common_imports_comprehensive.rs"
[[test]]
name = "container_skip_comprehensive"
path = "tests/container_skip_comprehensive.rs"
[[test]]
name = "container_type_proptest"
path = "tests/container_type_proptest.rs"
[[test]]
name = "crate_exports_comprehensive"
path = "tests/crate_exports_comprehensive.rs"
[[test]]
name = "derive_expansion_proptest"
path = "tests/derive_expansion_proptest.rs"
[[test]]
name = "e2e_type_analysis_v1"
path = "tests/e2e_type_analysis_v1.rs"
[[test]]
name = "edge_case_stress_comprehensive"
path = "tests/edge_case_stress_comprehensive.rs"
[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"
[[test]]
name = "enum_expansion_proptest"
path = "tests/enum_expansion_proptest.rs"
[[test]]
name = "error_handling_proptest"
path = "tests/error_handling_proptest.rs"
[[test]]
name = "expansion_comprehensive"
path = "tests/expansion_comprehensive.rs"
[[test]]
name = "expansion_edge_cases"
path = "tests/expansion_edge_cases.rs"
[[test]]
name = "expansion_edge_cases_v2"
path = "tests/expansion_edge_cases_v2.rs"
[[test]]
name = "expansion_snapshots"
path = "tests/expansion_snapshots.rs"
[[test]]
name = "expansion_tests"
path = "tests/expansion_tests.rs"
[[test]]
name = "expansion_utils_v5_comprehensive"
path = "tests/expansion_utils_v5_comprehensive.rs"
[[test]]
name = "expansion_v3_comprehensive"
path = "tests/expansion_v3_comprehensive.rs"
[[test]]
name = "expansion_v6"
path = "tests/expansion_v6.rs"
[[test]]
name = "extract_complex_v7"
path = "tests/extract_complex_v7.rs"
[[test]]
name = "extract_edge_v7"
path = "tests/extract_edge_v7.rs"
[[test]]
name = "extract_function_proptest"
path = "tests/extract_function_proptest.rs"
[[test]]
name = "extract_inner_v3"
path = "tests/extract_inner_v3.rs"
[[test]]
name = "extract_inner_v5"
path = "tests/extract_inner_v5.rs"
[[test]]
name = "extract_nested_v6"
path = "tests/extract_nested_v6.rs"
[[test]]
name = "extract_types_v8"
path = "tests/extract_types_v8.rs"
[[test]]
name = "facade_vs_core_parity"
path = "tests/facade_vs_core_parity.rs"
[[test]]
name = "field_extraction_proptest"
path = "tests/field_extraction_proptest.rs"
[[test]]
name = "field_mapping_comprehensive"
path = "tests/field_mapping_comprehensive.rs"
[[test]]
name = "field_processing_proptest"
path = "tests/field_processing_proptest.rs"
[[test]]
name = "filter_composition_v7"
path = "tests/filter_composition_v7.rs"
[[test]]
name = "filter_function_proptest"
path = "tests/filter_function_proptest.rs"
[[test]]
name = "filter_inner_type_comprehensive"
path = "tests/filter_inner_type_comprehensive.rs"
[[test]]
name = "filter_skip_v7"
path = "tests/filter_skip_v7.rs"
[[test]]
name = "filter_types_v2_comprehensive"
path = "tests/filter_types_v2_comprehensive.rs"
[[test]]
name = "filter_types_v5"
path = "tests/filter_types_v5.rs"
[[test]]
name = "filter_types_v6"
path = "tests/filter_types_v6.rs"
[[test]]
name = "filter_v6"
path = "tests/filter_v6.rs"
[[test]]
name = "grammar_analysis_comprehensive"
path = "tests/grammar_analysis_comprehensive.rs"
[[test]]
name = "grammar_expansion_comprehensive"
path = "tests/grammar_expansion_comprehensive.rs"
[[test]]
name = "grammar_expansion_e2e_comprehensive"
path = "tests/grammar_expansion_e2e_comprehensive.rs"
[[test]]
name = "grammar_expansion_proptest"
path = "tests/grammar_expansion_proptest.rs"
[[test]]
name = "grammar_expansion_utils_comprehensive"
path = "tests/grammar_expansion_utils_comprehensive.rs"
[[test]]
name = "grammar_expansion_v4_comprehensive"
path = "tests/grammar_expansion_v4_comprehensive.rs"
[[test]]
name = "grammar_extraction_comprehensive"
path = "tests/grammar_extraction_comprehensive.rs"
[[test]]
name = "grammar_generation_comprehensive"
path = "tests/grammar_generation_comprehensive.rs"
[[test]]
name = "grammar_module_proptest"
path = "tests/grammar_module_proptest.rs"
[[test]]
name = "grammar_output_proptest"
path = "tests/grammar_output_proptest.rs"
[[test]]
name = "grammar_pipeline"
path = "tests/grammar_pipeline.rs"
[[test]]
name = "grammar_utils_v7_comprehensive"
path = "tests/grammar_utils_v7_comprehensive.rs"
[[test]]
name = "integration_scenarios_comprehensive"
path = "tests/integration_scenarios_comprehensive.rs"
[[test]]
name = "is_parameterized_v3"
path = "tests/is_parameterized_v3.rs"
[[test]]
name = "lifetime_handling_proptest"
path = "tests/lifetime_handling_proptest.rs"
[[test]]
name = "macro_expansion_edge_cases_comprehensive"
path = "tests/macro_expansion_edge_cases_comprehensive.rs"
[[test]]
name = "macro_expansion_pipeline"
path = "tests/macro_expansion_pipeline.rs"
[[test]]
name = "module_processing_comprehensive"
path = "tests/module_processing_comprehensive.rs"
[[test]]
name = "module_processing_proptest"
path = "tests/module_processing_proptest.rs"
[[test]]
name = "name_value_expr_comprehensive"
path = "tests/name_value_expr_comprehensive.rs"
[[test]]
name = "name_value_expr_proptest"
path = "tests/name_value_expr_proptest.rs"
[[test]]
name = "parameterized_v5"
path = "tests/parameterized_v5.rs"
[[test]]
name = "parse_quote_v6"
path = "tests/parse_quote_v6.rs"
[[test]]
name = "parsing_proptest"
path = "tests/parsing_proptest.rs"
[[test]]
name = "parsing_tests"
path = "tests/parsing_tests.rs"
[[test]]
name = "pattern_extraction_proptest"
path = "tests/pattern_extraction_proptest.rs"
[[test]]
name = "pattern_matching_comprehensive"
path = "tests/pattern_matching_comprehensive.rs"
[[test]]
name = "proptest_expansion_v3"
path = "tests/proptest_expansion_v3.rs"
[[test]]
name = "proptest_extract_v4"
path = "tests/proptest_extract_v4.rs"
[[test]]
name = "proptest_extraction_v5"
path = "tests/proptest_extraction_v5.rs"
[[test]]
name = "proptest_filter_v5"
path = "tests/proptest_filter_v5.rs"
[[test]]
name = "proptest_filter_v6"
path = "tests/proptest_filter_v6.rs"
[[test]]
name = "proptest_grammar_expansion_v2"
path = "tests/proptest_grammar_expansion_v2.rs"
[[test]]
name = "proptest_param_v4"
path = "tests/proptest_param_v4.rs"
[[test]]
name = "proptest_syn_roundtrip_v2"
path = "tests/proptest_syn_roundtrip_v2.rs"
[[test]]
name = "proptest_token_stream_patterns"
path = "tests/proptest_token_stream_patterns.rs"
[[test]]
name = "proptest_type_extraction_v3"
path = "tests/proptest_type_extraction_v3.rs"
[[test]]
name = "proptest_type_operations"
path = "tests/proptest_type_operations.rs"
[[test]]
name = "proptest_type_utils_v7"
path = "tests/proptest_type_utils_v7.rs"
[[test]]
name = "proptest_types_v2"
path = "tests/proptest_types_v2.rs"
[[test]]
name = "proptest_types_v4"
path = "tests/proptest_types_v4.rs"
[[test]]
name = "proptest_types_v6"
path = "tests/proptest_types_v6.rs"
[[test]]
name = "proptest_types_v7"
path = "tests/proptest_types_v7.rs"
[[test]]
name = "proptest_wrap_v4"
path = "tests/proptest_wrap_v4.rs"
[[test]]
name = "proptest_wrap_v7"
path = "tests/proptest_wrap_v7.rs"
[[test]]
name = "quote_generation_patterns_comprehensive"
path = "tests/quote_generation_patterns_comprehensive.rs"
[[test]]
name = "rule_expansion_comprehensive"
path = "tests/rule_expansion_comprehensive.rs"
[[test]]
name = "rule_naming_proptest"
path = "tests/rule_naming_proptest.rs"
[[test]]
name = "rule_transformation_comprehensive"
path = "tests/rule_transformation_comprehensive.rs"
[[test]]
name = "skip_over_v6"
path = "tests/skip_over_v6.rs"
[[test]]
name = "skip_set_handling_comprehensive"
path = "tests/skip_set_handling_comprehensive.rs"
[[test]]
name = "skip_set_proptest"
path = "tests/skip_set_proptest.rs"
[[test]]
name = "snapshot_expansion_v2"
path = "tests/snapshot_expansion_v2.rs"
[[test]]
name = "snapshot_extract_v5"
path = "tests/snapshot_extract_v5.rs"
[[test]]
name = "snapshot_type_ops_v3"
path = "tests/snapshot_type_ops_v3.rs"
[[test]]
name = "snapshot_wrap_types_v4"
path = "tests/snapshot_wrap_types_v4.rs"
[[test]]
name = "struct_expansion_proptest"
path = "tests/struct_expansion_proptest.rs"
[[test]]
name = "symbol_extraction_proptest"
path = "tests/symbol_extraction_proptest.rs"
[[test]]
name = "syn_parsing_tests"
path = "tests/syn_parsing_tests.rs"
[[test]]
name = "syn_patterns_advanced_comprehensive"
path = "tests/syn_patterns_advanced_comprehensive.rs"
[[test]]
name = "syntax_edge_v7"
path = "tests/syntax_edge_v7.rs"
[[test]]
name = "syntax_helper_v2_comprehensive"
path = "tests/syntax_helper_v2_comprehensive.rs"
[[test]]
name = "syntax_manipulation_comprehensive"
path = "tests/syntax_manipulation_comprehensive.rs"
[[test]]
name = "token_stream_proptest"
path = "tests/token_stream_proptest.rs"
[[test]]
name = "token_tree_patterns_comprehensive"
path = "tests/token_tree_patterns_comprehensive.rs"
[[test]]
name = "try_extract_inner_type_comprehensive"
path = "tests/try_extract_inner_type_comprehensive.rs"
[[test]]
name = "type_expansion_comprehensive"
path = "tests/type_expansion_comprehensive.rs"
[[test]]
name = "type_extraction_comprehensive_v2"
path = "tests/type_extraction_comprehensive_v2.rs"
[[test]]
name = "type_extraction_deep_edge_cases"
path = "tests/type_extraction_deep_edge_cases.rs"
[[test]]
name = "type_extraction_proptest"
path = "tests/type_extraction_proptest.rs"
[[test]]
name = "type_extraction_tests"
path = "tests/type_extraction_tests.rs"
[[test]]
name = "type_filter_v3_comprehensive"
path = "tests/type_filter_v3_comprehensive.rs"
[[test]]
name = "type_functions_roundtrip_comprehensive"
path = "tests/type_functions_roundtrip_comprehensive.rs"
[[test]]
name = "type_inference_v8"
path = "tests/type_inference_v8.rs"
[[test]]
name = "type_manip_v6"
path = "tests/type_manip_v6.rs"
[[test]]
name = "type_manipulation_proptest"
path = "tests/type_manipulation_proptest.rs"
[[test]]
name = "type_operations_v4"
path = "tests/type_operations_v4.rs"
[[test]]
name = "type_operations_v5"
path = "tests/type_operations_v5.rs"
[[test]]
name = "type_pattern_matching_comprehensive"
path = "tests/type_pattern_matching_comprehensive.rs"
[[test]]
name = "type_processing_comprehensive"
path = "tests/type_processing_comprehensive.rs"
[[test]]
name = "type_roundtrip_v7"
path = "tests/type_roundtrip_v7.rs"
[[test]]
name = "type_string_v7"
path = "tests/type_string_v7.rs"
[[test]]
name = "type_transform_v5"
path = "tests/type_transform_v5.rs"
[[test]]
name = "type_utility_proptest"
path = "tests/type_utility_proptest.rs"
[[test]]
name = "type_utility_v2_comprehensive"
path = "tests/type_utility_v2_comprehensive.rs"
[[test]]
name = "type_utils_comprehensive"
path = "tests/type_utils_comprehensive.rs"
[[test]]
name = "type_utils_v6_comprehensive"
path = "tests/type_utils_v6_comprehensive.rs"
[[test]]
name = "type_utils_v7"
path = "tests/type_utils_v7.rs"
[[test]]
name = "type_visitor_comprehensive"
path = "tests/type_visitor_comprehensive.rs"
[[test]]
name = "utility_edge_cases"
path = "tests/utility_edge_cases.rs"
[[test]]
name = "wrap_advanced_v7"
path = "tests/wrap_advanced_v7.rs"
[[test]]
name = "wrap_extract_prop_v7"
path = "tests/wrap_extract_prop_v7.rs"
[[test]]
name = "wrap_filter_composability_comprehensive"
path = "tests/wrap_filter_composability_comprehensive.rs"
[[test]]
name = "wrap_function_proptest"
path = "tests/wrap_function_proptest.rs"
[[test]]
name = "wrap_leaf_type_comprehensive"
path = "tests/wrap_leaf_type_comprehensive.rs"
[[test]]
name = "wrap_leaf_types_v4"
path = "tests/wrap_leaf_types_v4.rs"
[[test]]
name = "wrap_leaf_v7"
path = "tests/wrap_leaf_v7.rs"
[[test]]
name = "wrap_leaf_v8"
path = "tests/wrap_leaf_v8.rs"
[[test]]
name = "wrap_types_v5"
path = "tests/wrap_types_v5.rs"
[[test]]
name = "wrapper_detect_v6"
path = "tests/wrapper_detect_v6.rs"
[dependencies.adze-common-syntax-core]
version = "0.8.0"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = [
"full",
"extra-traits",
]
[dev-dependencies.insta]
version = "1.39"
[dev-dependencies.proc-macro2]
version = "1"
[dev-dependencies.proptest]
version = "1.4"
[dev-dependencies.regex]
version = "1.11"
[dev-dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]