# 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 = "2021" name = "libxml" version = "0.3.3" authors = [ "Andreas Franzén ", "Deyan Ginev ", "Jan Frederik Schaefer ", ] build = "build.rs" exclude = ["scripts/*"] description = "A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project" documentation = "https://kwarc.github.io/rust-libxml/libxml/index.html" readme = "README.md" keywords = [ "xml", "libxml", "xpath", "parser", "html", ] license = "MIT" repository = "https://github.com/KWARC/rust-libxml" [lib] name = "libxml" [[bench]] name = "parsing_benchmarks" harness = false [dependencies.libc] version = "0.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rayon] version = "1.0.0" [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"