[package]
edition = "2021"
rust-version = "1.96"
name = "j2k-cuda-runtime"
version = "0.6.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CUDA codec engine and Driver API runtime for j2k device adapters"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/frames-sg/j2k"
[package.metadata.docs.rs]
all-features = true
targets = []
[features]
cuda-oxide-copy-u8 = []
cuda-profiling = []
default = []
[lib]
name = "j2k_cuda_runtime"
path = "src/lib.rs"
[dependencies.j2k-core]
version = "=0.6.1"
[dependencies.libloading]
version = "0.9"
[dependencies.thiserror]
version = "2"
default-features = false
[lints.clippy]
missing_errors_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"