openjp2 0.5.3

Rust port of Openjpeg.
Documentation
[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"]

[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
name = "openjp2"

[package]
authors = ["Robert G. Jakabosky <rjakabosky+neopallium@neoawareness.com>"]
autobins = false
description = "Rust port of Openjpeg."
documentation = "https://docs.rs/openjp2"
edition = "2018"
exclude = ["CMakeLists.txt", "samples/*"]
homepage = "https://github.com/Neopallium/openjp2/tree/master/openjp2-rs"
keywords = ["j2k", "jp2", "jpeg2000", "image"]
license = "BSD-2-Clause"
name = "openjp2"
repository = "https://github.com/Neopallium/openjp2"
version = "0.5.3"