libxml2-rs 0.1.1

Rust bindings for the libxml2 C library
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 = "libxml2-rs"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the libxml2 C library"
readme = "README.md"
keywords = [
    "XML",
    "XSD",
    "Testing",
    "Validation",
]
categories = [
    "development-tools",
    "api-bindings",
]
license-file = "LICENSE"
repository = "https://github.com/zwill22/libxml2-rs"

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

[dependencies]

[dev-dependencies.ctor]
version = "0.5"

[dev-dependencies.serial_test]
version = "3.2"

[dev-dependencies.workspace_root]
version = "0.2"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cmake]
version = "0.1"