j2k-cuda-transcode-engine 0.11.1

Coefficient-domain CUDA transcode engine for J2K adapters
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "j2k-codec-math"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0156572e15f9728b9f49f8ee5cf4b84c95c9d100b48e2b0dc86778a3324819bf"
dependencies = [
 "j2k-types",
]

[[package]]
name = "j2k-core"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2974b4fc5d4123c1da4896fa105faff0fb85cabb3186b340e05f26cd5ac083a"
dependencies = [
 "thiserror",
]

[[package]]
name = "j2k-cuda-build-support"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b1e0e0db657e0a03c6b39aec0fb2b8f4c3982a36cb04d85c684991d046d3426"

[[package]]
name = "j2k-cuda-runtime"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a215708d20a1566b4b2375f8f5416a1c6b01ae4d39c5b4a74614884da61552f"
dependencies = [
 "j2k-codec-math",
 "j2k-core",
 "j2k-cuda-build-support",
 "libloading",
 "thiserror",
]

[[package]]
name = "j2k-cuda-transcode-engine"
version = "0.11.1"
dependencies = [
 "j2k-core",
 "j2k-cuda-build-support",
 "j2k-cuda-runtime",
]

[[package]]
name = "j2k-types"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c35f2483c0df285e13209ed02363a9cb12db8dff1b956c6670876a77f4e400f"

[[package]]
name = "libloading"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
dependencies = [
 "cfg-if",
 "windows-link",
]

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"