edi-energy 0.15.0

EDI@Energy EDIFACT parser and validator for the German energy market
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
// @generated — do not edit by hand; run `cargo xtask codegen` to regenerate
//
// Generated profiles: 40
#![allow(clippy::used_underscore_binding)]

pub(super) mod ahb_helpers;

#[cfg(feature = "aperak")]
mod aperak_fv20251001;
#[cfg(feature = "aperak")]
mod aperak_fv20261001;
#[cfg(feature = "comdis")]
mod comdis_fv20251001;
#[cfg(feature = "comdis")]
mod comdis_fv20261001;
// Archived profile — excluded from the default build.
// Enable the `contrl-archive` or `archive` Cargo feature to include.
#[cfg(any(feature = "contrl-archive", feature = "archive"))]
mod contrl_fv20251001;
#[cfg(feature = "contrl")]
mod contrl_fv20260101;
#[cfg(feature = "iftsta")]
mod iftsta_fv20251001;
#[cfg(feature = "iftsta")]
mod iftsta_fv20261001;
// Archived profile — excluded from the default build.
// Enable the `insrpt-archive` or `archive` Cargo feature to include.
#[cfg(any(feature = "insrpt-archive", feature = "archive"))]
mod insrpt_fv20211001;
#[cfg(feature = "insrpt")]
mod insrpt_fv20260101;
#[cfg(feature = "invoic")]
mod invoic_fv20251001;
#[cfg(feature = "invoic")]
mod invoic_fv20260401;
// Archived profile — excluded from the default build.
// Enable the `mscons-archive` or `archive` Cargo feature to include.
#[cfg(any(feature = "mscons-archive", feature = "archive"))]
mod mscons_fv20240401;
#[cfg(feature = "mscons")]
mod mscons_fv20251001;
#[cfg(feature = "mscons")]
mod mscons_fv20261001;
#[cfg(feature = "ordchg")]
mod ordchg_fv20241001;
#[cfg(feature = "ordchg")]
mod ordchg_fv20260401;
#[cfg(feature = "orders")]
mod orders_fv20251001;
#[cfg(feature = "orders")]
mod orders_fv20260401;
#[cfg(feature = "ordrsp")]
mod ordrsp_fv20251001;
#[cfg(feature = "ordrsp")]
mod ordrsp_fv20260401;
#[cfg(feature = "partin")]
mod partin_fv20251001;
#[cfg(feature = "partin")]
mod partin_fv20260401;
#[cfg(feature = "pricat")]
mod pricat_fv20250401;
#[cfg(feature = "pricat")]
mod pricat_fv20260401;
#[cfg(feature = "quotes")]
mod quotes_fv20250401;
#[cfg(feature = "quotes")]
mod quotes_fv20260401;
#[cfg(feature = "remadv")]
mod remadv_fv20251001;
#[cfg(feature = "remadv")]
mod remadv_fv20260401;
#[cfg(feature = "reqote")]
mod reqote_fv20250401;
#[cfg(feature = "reqote")]
mod reqote_fv20260401;
#[cfg(feature = "utilmd")]
mod utilmd_fv20241001;
#[cfg(feature = "utilmd")]
mod utilmd_fv20241001_gas;
#[cfg(feature = "utilmd")]
mod utilmd_fv20250606;
#[cfg(feature = "utilmd")]
mod utilmd_fv20251001;
#[cfg(feature = "utilmd")]
mod utilmd_fv20251001_gas;
#[cfg(feature = "utilmd")]
mod utilmd_fv20261001;
#[cfg(feature = "utilmd")]
mod utilmd_fv20261001_gas;
#[cfg(feature = "utilts")]
mod utilts_fv20241001;
#[cfg(feature = "utilts")]
mod utilts_fv20260401;

use crate::registry::Profile;

/// Register all generated profiles into `profiles`.
pub(crate) fn register_profiles(_profiles: &mut Vec<&'static dyn Profile>) {
    #[cfg(feature = "aperak")]
    _profiles.push(&aperak_fv20251001::PROFILE);
    #[cfg(feature = "aperak")]
    _profiles.push(&aperak_fv20261001::PROFILE);
    #[cfg(feature = "comdis")]
    _profiles.push(&comdis_fv20251001::PROFILE);
    #[cfg(feature = "comdis")]
    _profiles.push(&comdis_fv20261001::PROFILE);
    #[cfg(any(feature = "contrl-archive", feature = "archive"))]
    _profiles.push(&contrl_fv20251001::PROFILE);
    #[cfg(feature = "contrl")]
    _profiles.push(&contrl_fv20260101::PROFILE);
    #[cfg(feature = "iftsta")]
    _profiles.push(&iftsta_fv20251001::PROFILE);
    #[cfg(feature = "iftsta")]
    _profiles.push(&iftsta_fv20261001::PROFILE);
    #[cfg(any(feature = "insrpt-archive", feature = "archive"))]
    _profiles.push(&insrpt_fv20211001::PROFILE);
    #[cfg(feature = "insrpt")]
    _profiles.push(&insrpt_fv20260101::PROFILE);
    #[cfg(feature = "invoic")]
    _profiles.push(&invoic_fv20251001::PROFILE);
    #[cfg(feature = "invoic")]
    _profiles.push(&invoic_fv20260401::PROFILE);
    #[cfg(any(feature = "mscons-archive", feature = "archive"))]
    _profiles.push(&mscons_fv20240401::PROFILE);
    #[cfg(feature = "mscons")]
    _profiles.push(&mscons_fv20251001::PROFILE);
    #[cfg(feature = "mscons")]
    _profiles.push(&mscons_fv20261001::PROFILE);
    #[cfg(feature = "ordchg")]
    _profiles.push(&ordchg_fv20241001::PROFILE);
    #[cfg(feature = "ordchg")]
    _profiles.push(&ordchg_fv20260401::PROFILE);
    #[cfg(feature = "orders")]
    _profiles.push(&orders_fv20251001::PROFILE);
    #[cfg(feature = "orders")]
    _profiles.push(&orders_fv20260401::PROFILE);
    #[cfg(feature = "ordrsp")]
    _profiles.push(&ordrsp_fv20251001::PROFILE);
    #[cfg(feature = "ordrsp")]
    _profiles.push(&ordrsp_fv20260401::PROFILE);
    #[cfg(feature = "partin")]
    _profiles.push(&partin_fv20251001::PROFILE);
    #[cfg(feature = "partin")]
    _profiles.push(&partin_fv20260401::PROFILE);
    #[cfg(feature = "pricat")]
    _profiles.push(&pricat_fv20250401::PROFILE);
    #[cfg(feature = "pricat")]
    _profiles.push(&pricat_fv20260401::PROFILE);
    #[cfg(feature = "quotes")]
    _profiles.push(&quotes_fv20250401::PROFILE);
    #[cfg(feature = "quotes")]
    _profiles.push(&quotes_fv20260401::PROFILE);
    #[cfg(feature = "remadv")]
    _profiles.push(&remadv_fv20251001::PROFILE);
    #[cfg(feature = "remadv")]
    _profiles.push(&remadv_fv20260401::PROFILE);
    #[cfg(feature = "reqote")]
    _profiles.push(&reqote_fv20250401::PROFILE);
    #[cfg(feature = "reqote")]
    _profiles.push(&reqote_fv20260401::PROFILE);
    #[cfg(feature = "utilmd")]
    _profiles.push(&utilmd_fv20241001::PROFILE);
    #[cfg(feature = "utilmd")]
    _profiles.push(&utilmd_fv20241001_gas::PROFILE);
    #[cfg(feature = "utilmd")]
    _profiles.push(&utilmd_fv20250606::PROFILE);
    #[cfg(feature = "utilmd")]
    _profiles.push(&utilmd_fv20251001::PROFILE);
    #[cfg(feature = "utilmd")]
    _profiles.push(&utilmd_fv20251001_gas::PROFILE);
    #[cfg(feature = "utilmd")]
    _profiles.push(&utilmd_fv20261001::PROFILE);
    #[cfg(feature = "utilmd")]
    _profiles.push(&utilmd_fv20261001_gas::PROFILE);
    #[cfg(feature = "utilts")]
    _profiles.push(&utilts_fv20241001::PROFILE);
    #[cfg(feature = "utilts")]
    _profiles.push(&utilts_fv20260401::PROFILE);
}

/// Compile-time guard: every generated profile module must declare
/// `CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION`.
/// Regenerate with `cargo xtask codegen` if this fails.
#[allow(dead_code)]
pub(crate) const CURRENT_CODEGEN_SCHEMA_VERSION: u32 = 1;
#[cfg(feature = "aperak")]
const _: () = assert!(aperak_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "aperak")]
const _: () = assert!(aperak_fv20261001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "comdis")]
const _: () = assert!(comdis_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "comdis")]
const _: () = assert!(comdis_fv20261001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(any(feature = "contrl-archive", feature = "archive"))]
const _: () = assert!(contrl_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "contrl")]
const _: () = assert!(contrl_fv20260101::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "iftsta")]
const _: () = assert!(iftsta_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "iftsta")]
const _: () = assert!(iftsta_fv20261001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(any(feature = "insrpt-archive", feature = "archive"))]
const _: () = assert!(insrpt_fv20211001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "insrpt")]
const _: () = assert!(insrpt_fv20260101::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "invoic")]
const _: () = assert!(invoic_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "invoic")]
const _: () = assert!(invoic_fv20260401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(any(feature = "mscons-archive", feature = "archive"))]
const _: () = assert!(mscons_fv20240401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "mscons")]
const _: () = assert!(mscons_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "mscons")]
const _: () = assert!(mscons_fv20261001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "ordchg")]
const _: () = assert!(ordchg_fv20241001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "ordchg")]
const _: () = assert!(ordchg_fv20260401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "orders")]
const _: () = assert!(orders_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "orders")]
const _: () = assert!(orders_fv20260401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "ordrsp")]
const _: () = assert!(ordrsp_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "ordrsp")]
const _: () = assert!(ordrsp_fv20260401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "partin")]
const _: () = assert!(partin_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "partin")]
const _: () = assert!(partin_fv20260401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "pricat")]
const _: () = assert!(pricat_fv20250401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "pricat")]
const _: () = assert!(pricat_fv20260401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "quotes")]
const _: () = assert!(quotes_fv20250401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "quotes")]
const _: () = assert!(quotes_fv20260401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "remadv")]
const _: () = assert!(remadv_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "remadv")]
const _: () = assert!(remadv_fv20260401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "reqote")]
const _: () = assert!(reqote_fv20250401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "reqote")]
const _: () = assert!(reqote_fv20260401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "utilmd")]
const _: () = assert!(utilmd_fv20241001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "utilmd")]
const _: () =
    assert!(utilmd_fv20241001_gas::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "utilmd")]
const _: () = assert!(utilmd_fv20250606::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "utilmd")]
const _: () = assert!(utilmd_fv20251001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "utilmd")]
const _: () =
    assert!(utilmd_fv20251001_gas::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "utilmd")]
const _: () = assert!(utilmd_fv20261001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "utilmd")]
const _: () =
    assert!(utilmd_fv20261001_gas::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "utilts")]
const _: () = assert!(utilts_fv20241001::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);
#[cfg(feature = "utilts")]
const _: () = assert!(utilts_fv20260401::CODEGEN_SCHEMA_VERSION == CURRENT_CODEGEN_SCHEMA_VERSION);

/// Well-known release identifiers for all registered profiles.
///
/// Use these instead of `Release::new("...")` to get a compile error
/// when a profile is removed or renamed after a BDEW format update.
///
/// # Example
/// ```rust,ignore
/// use edi_energy::releases;
/// use edi_energy::builders::MsconsBuilder;
/// let msg = MsconsBuilder::new(releases::mscons_fv20261001().clone())
///     .sender("9900000000002")
///     .receiver("9900000000003")
///     .build();
/// ```
pub mod releases {
    #[cfg(any(
        feature = "aperak",
        feature = "archive",
        feature = "comdis",
        feature = "contrl",
        feature = "contrl-archive",
        feature = "iftsta",
        feature = "insrpt",
        feature = "insrpt-archive",
        feature = "invoic",
        feature = "mscons",
        feature = "mscons-archive",
        feature = "ordchg",
        feature = "orders",
        feature = "ordrsp",
        feature = "partin",
        feature = "pricat",
        feature = "quotes",
        feature = "remadv",
        feature = "reqote",
        feature = "utilmd",
        feature = "utilts"
    ))]
    use crate::Release;
    #[cfg(any(
        feature = "aperak",
        feature = "archive",
        feature = "comdis",
        feature = "contrl",
        feature = "contrl-archive",
        feature = "iftsta",
        feature = "insrpt",
        feature = "insrpt-archive",
        feature = "invoic",
        feature = "mscons",
        feature = "mscons-archive",
        feature = "ordchg",
        feature = "orders",
        feature = "ordrsp",
        feature = "partin",
        feature = "pricat",
        feature = "quotes",
        feature = "remadv",
        feature = "reqote",
        feature = "utilmd",
        feature = "utilts"
    ))]
    use std::sync::LazyLock;

    /// Release `2.1i` — valid from profile directory `fv20251001`.
    #[cfg(feature = "aperak")]
    pub fn aperak_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.1i"));
        &R
    }

    /// Release `2.2` — valid from profile directory `fv20261001`.
    #[cfg(feature = "aperak")]
    pub fn aperak_fv20261001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.2"));
        &R
    }

    /// Release `1.0g` — valid from profile directory `fv20251001`.
    #[cfg(feature = "comdis")]
    pub fn comdis_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.0g"));
        &R
    }

    /// Release `1.0g` — valid from profile directory `fv20261001`.
    #[cfg(feature = "comdis")]
    pub fn comdis_fv20261001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.0g"));
        &R
    }

    /// Release `2.0b` — valid from profile directory `fv20251001`.
    /// This profile is archived. Enable `contrl-archive` or `archive` to use it.
    #[cfg(any(feature = "contrl-archive", feature = "archive"))]
    pub fn contrl_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.0b"));
        &R
    }

    /// Release `2.0b` — valid from profile directory `fv20260101`.
    #[cfg(feature = "contrl")]
    pub fn contrl_fv20260101() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.0b"));
        &R
    }

    /// Release `2.0g` — valid from profile directory `fv20251001`.
    #[cfg(feature = "iftsta")]
    pub fn iftsta_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.0g"));
        &R
    }

    /// Release `2.1` — valid from profile directory `fv20261001`.
    #[cfg(feature = "iftsta")]
    pub fn iftsta_fv20261001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.1"));
        &R
    }

    /// Release `1.1a` — valid from profile directory `fv20211001`.
    /// This profile is archived. Enable `insrpt-archive` or `archive` to use it.
    #[cfg(any(feature = "insrpt-archive", feature = "archive"))]
    pub fn insrpt_fv20211001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.1a"));
        &R
    }

    /// Release `1.1a` — valid from profile directory `fv20260101`.
    #[cfg(feature = "insrpt")]
    pub fn insrpt_fv20260101() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.1a"));
        &R
    }

    /// Release `2.8e` — valid from profile directory `fv20251001`.
    #[cfg(feature = "invoic")]
    pub fn invoic_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.8e"));
        &R
    }

    /// Release `2.8e` — valid from profile directory `fv20260401`.
    #[cfg(feature = "invoic")]
    pub fn invoic_fv20260401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.8e"));
        &R
    }

    /// Release `2.4c` — valid from profile directory `fv20240401`.
    /// This profile is archived. Enable `mscons-archive` or `archive` to use it.
    #[cfg(any(feature = "mscons-archive", feature = "archive"))]
    pub fn mscons_fv20240401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.4c"));
        &R
    }

    /// Release `2.4c` — valid from profile directory `fv20251001`.
    #[cfg(feature = "mscons")]
    pub fn mscons_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.4c"));
        &R
    }

    /// Release `2.5` — valid from profile directory `fv20261001`.
    #[cfg(feature = "mscons")]
    pub fn mscons_fv20261001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.5"));
        &R
    }

    /// Release `1.1` — valid from profile directory `fv20241001`.
    #[cfg(feature = "ordchg")]
    pub fn ordchg_fv20241001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.1"));
        &R
    }

    /// Release `1.2` — valid from profile directory `fv20260401`.
    #[cfg(feature = "ordchg")]
    pub fn ordchg_fv20260401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.2"));
        &R
    }

    /// Release `1.4b` — valid from profile directory `fv20251001`.
    #[cfg(feature = "orders")]
    pub fn orders_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.4b"));
        &R
    }

    /// Release `1.4c` — valid from profile directory `fv20260401`.
    #[cfg(feature = "orders")]
    pub fn orders_fv20260401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.4c"));
        &R
    }

    /// Release `1.4b` — valid from profile directory `fv20251001`.
    #[cfg(feature = "ordrsp")]
    pub fn ordrsp_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.4b"));
        &R
    }

    /// Release `1.4c` — valid from profile directory `fv20260401`.
    #[cfg(feature = "ordrsp")]
    pub fn ordrsp_fv20260401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.4c"));
        &R
    }

    /// Release `1.0f` — valid from profile directory `fv20251001`.
    #[cfg(feature = "partin")]
    pub fn partin_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.0f"));
        &R
    }

    /// Release `1.1` — valid from profile directory `fv20260401`.
    #[cfg(feature = "partin")]
    pub fn partin_fv20260401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.1"));
        &R
    }

    /// Release `2.0e` — valid from profile directory `fv20250401`.
    #[cfg(feature = "pricat")]
    pub fn pricat_fv20250401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.0e"));
        &R
    }

    /// Release `2.1` — valid from profile directory `fv20260401`.
    #[cfg(feature = "pricat")]
    pub fn pricat_fv20260401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.1"));
        &R
    }

    /// Release `1.3b` — valid from profile directory `fv20250401`.
    #[cfg(feature = "quotes")]
    pub fn quotes_fv20250401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.3b"));
        &R
    }

    /// Release `1.3c` — valid from profile directory `fv20260401`.
    #[cfg(feature = "quotes")]
    pub fn quotes_fv20260401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.3c"));
        &R
    }

    /// Release `2.9e` — valid from profile directory `fv20251001`.
    #[cfg(feature = "remadv")]
    pub fn remadv_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.9e"));
        &R
    }

    /// Release `2.9f` — valid from profile directory `fv20260401`.
    #[cfg(feature = "remadv")]
    pub fn remadv_fv20260401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("2.9f"));
        &R
    }

    /// Release `1.3c` — valid from profile directory `fv20250401`.
    #[cfg(feature = "reqote")]
    pub fn reqote_fv20250401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.3c"));
        &R
    }

    /// Release `1.3c` — valid from profile directory `fv20260401`.
    #[cfg(feature = "reqote")]
    pub fn reqote_fv20260401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.3c"));
        &R
    }

    /// Release `S1.1a` — valid from profile directory `fv20241001`.
    #[cfg(feature = "utilmd")]
    pub fn utilmd_fv20241001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("S1.1a"));
        &R
    }

    /// Release `G1.0a` — valid from profile directory `fv20241001_gas`.
    #[cfg(feature = "utilmd")]
    pub fn utilmd_fv20241001_gas() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("G1.0a"));
        &R
    }

    /// Release `S1.2` — valid from profile directory `fv20250606`.
    #[cfg(feature = "utilmd")]
    pub fn utilmd_fv20250606() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("S1.2"));
        &R
    }

    /// Release `S2.1` — valid from profile directory `fv20251001`.
    #[cfg(feature = "utilmd")]
    pub fn utilmd_fv20251001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("S2.1"));
        &R
    }

    /// Release `G1.1` — valid from profile directory `fv20251001_gas`.
    #[cfg(feature = "utilmd")]
    pub fn utilmd_fv20251001_gas() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("G1.1"));
        &R
    }

    /// Release `S2.2` — valid from profile directory `fv20261001`.
    #[cfg(feature = "utilmd")]
    pub fn utilmd_fv20261001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("S2.2"));
        &R
    }

    /// Release `G1.2` — valid from profile directory `fv20261001_gas`.
    #[cfg(feature = "utilmd")]
    pub fn utilmd_fv20261001_gas() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("G1.2"));
        &R
    }

    /// Release `1.1e` — valid from profile directory `fv20241001`.
    #[cfg(feature = "utilts")]
    pub fn utilts_fv20241001() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.1e"));
        &R
    }

    /// Release `1.1e` — valid from profile directory `fv20260401`.
    #[cfg(feature = "utilts")]
    pub fn utilts_fv20260401() -> &'static Release {
        static R: LazyLock<Release> = LazyLock::new(|| Release::new("1.1e"));
        &R
    }
}

/// Return the Cargo feature flag that gates the archived profile for the given
/// `(message_type, release)` pair, or `None` if not an archived profile.
pub(crate) fn archived_profile_feature(message_type: &str, release: &str) -> Option<&'static str> {
    match (message_type, release) {
        ("CONTRL", "2.0b") => Some("contrl-archive"),
        ("INSRPT", "1.1a") => Some("insrpt-archive"),
        ("MSCONS", "2.4c") => Some("mscons-archive"),
        _ => None,
    }
}