# 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 = "libxslt" version = "0.1.2" authors = ["Deyan Ginev "] build = "build.rs" exclude = ["scripts/*"] description = "A Rust wrapper for libxslt - The XSLT C library for GNOME" documentation = "http://kwarc.github.io/rust-libxslt/libxslt/index.html" readme = "README.md" license = "MIT" repository = "https://github.com/KWARC/rust-libxslt" resolver = "2" [lib] name = "libxslt" [dependencies.libc] version = "0.2" [dependencies.libxml] version = "0.3.0" [build-dependencies.pkg-config] version = "0.3.2"