bm3d_core 0.9.0

Pure Rust BM3D denoising algorithm core
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 = "2021"
name = "bm3d_core"
version = "0.9.0"
authors = ["Oak Ridge National Laboratory Neutron Imaging Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust BM3D denoising algorithm core"
readme = "README.md"
keywords = [
    "image-processing",
    "denoising",
    "bm3d",
    "noise-reduction",
    "scientific-computing",
]
categories = [
    "multimedia::images",
    "science",
]
license = "MIT"
repository = "https://github.com/ornlneutronimaging/bm3dornl"

[lib]
name = "bm3d_core"
crate-type = ["rlib"]
path = "src/lib.rs"

[[example]]
name = "memory_bench"
path = "examples/memory_bench.rs"

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

[dependencies.ndarray]
version = "0.15"

[dependencies.num-traits]
version = "0.2"

[dependencies.rayon]
version = "1.8"

[dependencies.rustfft]
version = "6.2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rand_distr]
version = "0.4"