av-denoise-core 0.4.0-alpha6

Core kernels and types for av-denoise (Do not use directly)
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 = "2024"
name = "av-denoise-core"
version = "0.4.0-alpha6"
build = false
exclude = [
    "scripts/",
    ".idea/",
    "cubecl.toml",
    "docker/",
    ".github/",
    "Justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core kernels and types for av-denoise (Do not use directly)"
readme = "README.md"
keywords = [
    "cubecl",
    "denoise",
    "gpu",
]
categories = ["multimedia::video"]
license = "Apache-2.0"
repository = "https://github.com/ChillFish8/av-denoise"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = ["x86_64-unknown-linux-gnu"]

[features]
cuda = ["cubecl/cuda"]
default = ["vulkan"]
metal = ["cubecl/metal"]
rocm = ["cubecl/hip"]
vulkan = ["cubecl/vulkan"]

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

[[bench]]
name = "bench_kernels"
path = "benches/bench_kernels.rs"
harness = false

[[bench]]
name = "convert"
path = "benches/convert.rs"
harness = false

[[bench]]
name = "denoise"
path = "benches/denoise.rs"
harness = false

[[bench]]
name = "motion"
path = "benches/motion.rs"
harness = false

[[bench]]
name = "nl4d_ablation"
path = "benches/nl4d_ablation.rs"
harness = false

[[bench]]
name = "nlmeans"
path = "benches/nlmeans.rs"
harness = false

[[bench]]
name = "reseed"
path = "benches/reseed.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.bon]
version = "3"

[dependencies.cubecl]
version = "0.10"
features = ["std"]

[dependencies.etcetera]
version = "0.11"

[dependencies.strum]
version = "0.28"

[dependencies.strum_macros]
version = "0.28"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tempfile]
version = "3"