[package]
edition = "2021"
rust-version = "1.96"
name = "j2k"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JPEG 2000 and HTJ2K codec crate for whole-slide images"
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"
path = "src/lib.rs"
[dependencies.signinum-j2k]
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"