# 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" rust-version = "1.70" name = "openjpeg-sys" version = "1.0.11" authors = ["Kornel "] build = "build.rs" links = "openjpeg" include = [ "/src/*.rs", "/build.rs", "/vendor/src/**/*.[ch]", "/config", "/vendor/LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "OpenJPEG (JPEG 2000) FFI bindings" homepage = "https://lib.rs/openjpeg-sys" documentation = "https://docs.rs/openjpeg-sys" readme = "README.md" keywords = [ "j2k", "jp2", "jpeg2000", ] license = "BSD-2-Clause" repository = "https://github.com/kornelski/openjpeg-sys" [lib] name = "openjpeg_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2.155" [build-dependencies.cc] version = "1.1.10" [features] default = ["threads"] parallel = ["cc/parallel"] threads = [] [badges.maintenance] status = "as-is"