Packages

An XML parsing library for Elixir using a Rust NIF powered by the quick-xml crate.

Current section

Files

Jump to
quick_xml native quick_xml_nif Cargo.toml
Raw

native/quick_xml_nif/Cargo.toml

[package]
name = "quick_xml_nif"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "quick_xml_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.35"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
quick-xml = { version = "0.37", features = ["serialize"] }