j2k-transcode-cuda 0.6.1

NVIDIA CUDA GPU acceleration for Rust JPEG to J2K/HTJ2K transcode paths
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-transcode-cuda"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NVIDIA CUDA GPU acceleration for Rust JPEG to J2K/HTJ2K transcode paths"
documentation = "https://docs.rs/j2k-transcode-cuda"
readme = "README.md"
keywords = [
    "jpeg2000",
    "jpeg2k",
    "htj2k",
    "gpu",
    "transcode",
]
categories = ["multimedia::images"]
license = "Apache-2.0"
repository = "https://github.com/frames-sg/j2k"

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

[features]
cuda-profiling = [
    "cuda-runtime",
    "j2k-cuda-runtime/cuda-profiling",
]
cuda-runtime = ["dep:j2k-cuda-runtime"]
default = []

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

[[test]]
name = "dwt97_batch_parity"
path = "tests/dwt97_batch_parity.rs"

[[test]]
name = "dwt97_parity"
path = "tests/dwt97_parity.rs"

[[test]]
name = "htj2k97_codeblock_parity"
path = "tests/htj2k97_codeblock_parity.rs"

[[test]]
name = "jpeg_to_htj2k"
path = "tests/jpeg_to_htj2k.rs"

[[test]]
name = "reversible_dwt53_parity"
path = "tests/reversible_dwt53_parity.rs"

[dependencies.j2k-cuda-runtime]
version = "=0.6.1"
optional = true

[dependencies.j2k-native]
version = "=0.6.1"

[dependencies.j2k-transcode]
version = "=0.6.1"

[dev-dependencies.j2k-jpeg]
version = "=0.6.1"

[lints.clippy]
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
undocumented_unsafe_blocks = "warn"

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

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "allow"
unsafe_op_in_unsafe_fn = "deny"