quick-xml-to-json 0.2.0

High-performance conversion of XML to JSON
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"
name = "quick-xml-to-json"
version = "0.2.0"
authors = ["Joshua Clayton <joshua.clayton@gmail.com>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance conversion of XML to JSON"
readme = "README.md"
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/joshuaclayton/quick-xml-to-json"

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

[dependencies.quick-xml]
version = "0.38"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.7"

[lints.clippy]
allow_attributes = "deny"
allow_attributes_without_reason = "deny"
dbg_macro = "deny"
exhaustive_enums = "deny"
exhaustive_structs = "deny"
exit = "deny"
expect_used = "deny"
get_unwrap = "deny"
indexing_slicing = "deny"
map_err_ignore = "deny"
missing_assert_message = "deny"
nursery = "deny"
panic = "deny"
panic_in_result_fn = "deny"
partial_pub_fields = "deny"
pedantic = "deny"
print_stderr = "deny"
print_stdout = "deny"
string_slice = "deny"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unseparated_literal_suffix = "deny"
unwrap_in_result = "deny"
use_debug = "deny"