[package]
edition = "2021"
rust-version = "1.75.0"
name = "mx20022"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production-grade ISO 20022 toolkit: strongly-typed message models, FedNow/SEPA/CBPR+ validation, and bidirectional SWIFT MT↔MX translation"
homepage = "https://github.com/socrates8300/mx20022"
documentation = "https://docs.rs/mx20022"
readme = "README.md"
keywords = [
"iso20022",
"swift",
"payments",
"finance",
"fintech",
]
categories = [
"encoding",
"parser-implementations",
"finance",
]
license = "Apache-2.0"
repository = "https://github.com/socrates8300/mx20022"
[lib]
name = "mx20022"
path = "src/lib.rs"
[[example]]
name = "parse_pacs008"
path = "examples/parse_pacs008.rs"
[[example]]
name = "roundtrip"
path = "examples/roundtrip.rs"
[[example]]
name = "translate_mt103"
path = "examples/translate_mt103.rs"
[[example]]
name = "validate_message"
path = "examples/validate_message.rs"
[dependencies.mx20022-model]
version = "0.1.1"
features = ["all"]
[dependencies.mx20022-parse]
version = "0.1.1"
[dependencies.mx20022-translate]
version = "0.1.1"
[dependencies.mx20022-validate]
version = "0.1.1"
[lints.clippy]
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
struct_excessive_bools = "allow"
too_many_lines = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"