[[bench]]
harness = false
name = "parsing_benchmarks"
[dependencies.libc]
version = "0.2"
[dev-dependencies.criterion]
version = "0.3.0"
[dev-dependencies.rayon]
version = "1.0.0"
[lib]
name = "libxml"
[package]
authors = ["Andreas Franzén <andreas@devil.se>", "Deyan Ginev <deyan.ginev@gmail.com>", "Jan Frederik Schaefer <j.schaefer@jacobs-university.de>"]
build = "build.rs"
description = "A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project"
documentation = "http://kwarc.github.io/rust-libxml/libxml/index.html"
edition = "2021"
exclude = ["scripts/*"]
keywords = ["xml", "libxml", "xpath", "parser", "html"]
license = "MIT"
name = "libxml"
readme = "README.md"
repository = "https://github.com/KWARC/rust-libxml"
resolver = "2"
version = "0.3.1"
[target."cfg(macos)".build-dependencies.pkg-config]
version = "0.3.2"
[target."cfg(unix)".build-dependencies.pkg-config]
version = "0.3.2"
[target."cfg(windows)".build-dependencies.vcpkg]
version = "0.2"