[package]
edition = "2021"
rust-version = "1.96"
name = "j2k-cuda-transcode-engine"
version = "0.11.0"
build = "build.rs"
include = [
"Cargo.toml",
"README.md",
"build.rs",
"src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coefficient-domain CUDA transcode engine for J2K adapters"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/frames-sg/j2k"
[package.metadata.docs.rs]
all-features = true
targets = []
[package.metadata.cargo-machete]
ignored = ["j2k-cuda-build-support"]
[features]
cuda-oxide-transcode = []
cuda-profiling = ["j2k-cuda-runtime/cuda-profiling"]
default = []
[lib]
name = "j2k_cuda_transcode_engine"
path = "src/lib.rs"
[dependencies.j2k-core]
version = "=0.11.0"
[dependencies.j2k-cuda-runtime]
version = "=0.11.0"
[dev-dependencies]
[build-dependencies.j2k-cuda-build-support]
version = "=0.11.0"
[lints.clippy]
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"