[dependencies.pyo3]
version = "0.27.0"
[dependencies.quick-xml]
version = "0.39.0"
[dependencies.rustc-hash]
version = "1.1"
[lib]
crate-type = ["cdylib", "rlib"]
name = "_obj2xml_rs"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "api-bindings"]
description = "High-performance, memory-efficient XML generator from Dict for Python, written in Rust."
edition = "2024"
keywords = ["xml", "python", "serialization", "dict", "rust"]
license = "Apache-2.0"
name = "obj2xml-rs"
readme = "README.md"
repository = "https://github.com/m-ali-ubit/obj2xml-rs"
version = "0.1.1"
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"
strip = true