# 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 = "oidn" version = "2.2.4" authors = ["Will Usher "] build = "build.rs" links = "OpenImageDenoise" exclude = [ ".travis.yml", "*.png", "*.jpg", ".gitignore", "examples/*", "scripts/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper for the Intel OpenImageDenoise image denoising library." homepage = "https://github.com/Twinklebear/oidn-rs" documentation = "https://docs.rs/oidn" readme = "README.md" keywords = [ "openimagedenoise", "denoise", "denoising", ] license = "MIT" repository = "https://github.com/Twinklebear/oidn-rs" [lib] name = "oidn" path = "src/lib.rs" [dependencies.num_enum] version = "0.7.2"