# 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 = "2018" name = "openjp2" version = "0.5.3" authors = ["Robert G. Jakabosky "] exclude = [ "CMakeLists.txt", "samples/*", ] autobins = false description = "Rust port of Openjpeg." homepage = "https://github.com/Neopallium/openjp2/tree/master/openjp2-rs" documentation = "https://docs.rs/openjp2" keywords = [ "j2k", "jp2", "jpeg2000", "image", ] license = "BSD-2-Clause" repository = "https://github.com/Neopallium/openjp2" [lib] name = "openjp2" crate-type = [ "cdylib", "staticlib", "rlib", ] [dependencies.bitflags] version = "1.3.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.17" [dependencies.smallvec] version = "1.13" [dependencies.sprintf] version = "0.1.3" [features] default = [ "std", "file-io", ] file-io = [] std = ["log/std"]