j2k-native 0.5.0

Pure-Rust JPEG 2000 codec engine for j2k
Documentation
# 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.96"
name = "j2k-native"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust JPEG 2000 codec engine for j2k"
homepage = "https://github.com/frames-sg/signinum"
readme = "README.md"
keywords = [
    "pathology",
    "wsi",
    "jpeg",
    "jpeg2000",
    "tiff",
]
categories = ["multimedia::images"]
license = "Apache-2.0"
repository = "https://github.com/frames-sg/signinum"

[package.metadata.docs.rs]
all-features = true
targets = []

[lib]
name = "j2k_native"
path = "src/lib.rs"

[dependencies.signinum-j2k-native]
version = "=0.5.0"

[lints.clippy]
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "forbid"