iso10383-parser 0.4.2

Parser for ISO 10383 XML Data
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88.0"
name = "iso10383-parser"
version = "0.4.2"
authors = ["James Cape <jamescape777@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for ISO 10383 XML Data"
documentation = "https://docs.rs/iso10383-parser"
readme = "README.md"
keywords = [
    "iso10383",
    "mic",
]
categories = [
    "finance",
    "localization",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/jcape/iso10383"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "iso10383_parser"
path = "src/lib.rs"

[[test]]
name = "all"
path = "tests/all.rs"

[dependencies.chrono]
version = "0.4.20"
features = [
    "std",
    "serde",
]
default-features = false

[dependencies.iso10383-types]
version = "=0.4.2"
features = ["serde"]

[dependencies.iso3166-static]
version = "0.4.0"
features = [
    "serde",
    "alloc",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dev-dependencies.quick-xml]
version = "0.39.0"
features = ["serialize"]

[dev-dependencies.yare]
version = "3"

[lints.clippy]
absolute_paths = "deny"
alloc_instead_of_core = "deny"
allow_attributes = "deny"
almost_complete_range = "deny"
cargo = "deny"
complexity = "deny"
doc_paragraphs_missing_punctuation = "deny"
if_then_some_else_none = "deny"
infinite_loop = "deny"
let_underscore_must_use = "deny"
missing_docs_in_private_items = "deny"
missing_inline_in_public_items = "deny"
pathbuf_init_then_push = "deny"
pedantic = "deny"
perf = "deny"
print_stderr = "deny"
print_stdout = "deny"
redundant_test_prefix = "deny"
redundant_type_annotations = "deny"
std_instead_of_alloc = "deny"
std_instead_of_core = "deny"
str_to_string = "deny"
style = "deny"
todo = "deny"
undocumented_unsafe_blocks = "deny"
unimplemented = "deny"
unneeded_field_pattern = "deny"
unused_trait_names = "deny"
unwrap_used = "deny"

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
rust_2018_idioms = "deny"
unreachable_pub = "deny"
unsafe_code = "deny"