# 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 = "mupdf-sys" version = "0.4.4" authors = ["messense "] links = "mupdf-wrapper" exclude = [ "mupdf/resources/cmaps/*", "mupdf/resources/icc/*", "mupdf/resources/fonts/droid/*", "mupdf/resources/fonts/han/*", "mupdf/resources/fonts/noto/*", "mupdf/resources/fonts/sil/*", "mupdf/resources/fonts/urw/input/*", "mupdf/docs/*", "mupdf/generated/*", "mupdf/platform/gl/*", "mupdf/platform/java/*", "mupdf/platform/wasm/*", "mupdf/platform/x11/*", "mupdf/thirdparty/curl/*", "mupdf/thirdparty/freeglut/*", "mupdf/thirdparty/lcms2/doc/*", "mupdf/thirdparty/lcms2/testbed/*", "mupdf/thirdparty/lcms2/plugins/*", "mupdf/thirdparty/freetype/docs/*", "mupdf/thirdparty/freetype/ChangeLog*", "mupdf/thirdparty/libjpeg/testimg*", "mupdf/thirdparty/openjpeg/doc/*", "mupdf/thirdparty/harfbuzz/docs/*", "mupdf/thirdparty/harfbuzz/test/*", "mupdf/thirdparty/harfbuzz/meson-cc-tests/*", "mupdf/thirdparty/harfbuzz/perf/*", "mupdf/thirdparty/mujs/docs/*", "mupdf/thirdparty/zlib/doc/*", "mupdf/thirdparty/zlib/test/*", "mupdf/thirdparty/zlib/contrib/*", "mupdf/thirdparty/zlib/examples/*", "mupdf/thirdparty/gumbo-parser/examples/*", "mupdf/thirdparty/gumbo-parser/tests/*", "mupdf/thirdparty/gumbo-parser/python/*", "mupdf/thirdparty/gumbo-parser/benchmarks/*", "mupdf/thirdparty/leptonica/prog/*", "mupdf/thirdparty/leptonica/version-notes.html", "mupdf/thirdparty/extract/test/*", "mupdf/thirdparty/tesseract/abseil/*", "mupdf/thirdparty/tesseract/unittest/*", "mupdf/thirdparty/tesseract/googletest/*", "mupdf/thirdparty/tesseract/test/*", "mupdf/thirdparty/tesseract/java/*", "mupdf/thirdparty/tesseract/doc/*", ] description = "Rust FFI binding to MuPDF" keywords = [ "pdf", "mupdf", ] license = "AGPL-3.0" repository = "https://github.com/messense/mupdf-rs" [dependencies] [build-dependencies.bindgen] version = "0.69" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0.50" [build-dependencies.pkg-config] version = "0.3" [features] all-fonts = [] cbz = [] epub = [] html = [] img = [] js = [] svg = [] sys-lib = [] sys-lib-freetype = [] sys-lib-gumbo = [] sys-lib-harfbuzz = [] sys-lib-jbig2dec = [] sys-lib-leptonica = [] sys-lib-libjpeg = [] sys-lib-openjpeg = [] sys-lib-tesseract = [] sys-lib-zlib = [] tesseract = [] xps = []