libxml2-rs 0.1.1

Rust bindings for the libxml2 C library
Documentation
[package]
name = "libxml2-rs"
version = "0.1.1"
edition = "2024"
license-file = "LICENSE"
repository = "https://github.com/zwill22/libxml2-rs"
categories = ["development-tools", "api-bindings"]
description = "Rust bindings for the libxml2 C library"
keywords = ["XML", "XSD", "Testing", "Validation"]

[dependencies]

[dev-dependencies]
workspace_root = "0.2"
ctor = "0.5"
serial_test = "3.2"

[build-dependencies]
bindgen = "0.72"
cmake = "0.1"