j2k-cuda-runtime 0.6.1

CUDA codec engine and Driver API runtime for j2k device adapters
# 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-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"