[package]
edition = "2021"
rust-version = "1.96"
name = "j2k-codec-math"
version = "0.7.2"
build = "build.rs"
links = "j2k_codec_math"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std codec constants, generated fragments, and allocation-free helper algorithms for j2k"
readme = "README.md"
keywords = [
"jpeg",
"jpeg2000",
"htj2k",
"gpu",
"transcode",
]
categories = [
"multimedia::images",
"multimedia::encoding",
"compression",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/frames-sg/j2k"
[package.metadata.docs.rs]
all-features = true
targets = []
[lib]
name = "j2k_codec_math"
path = "src/lib.rs"
[[test]]
name = "generated_freshness"
path = "tests/generated_freshness.rs"
[dependencies]
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_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"
unsafe_op_in_unsafe_fn = "deny"