# 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" rust-version = "1.80" name = "dc_converter_tof" version = "0.2.0" authors = ["Timo Forstner "] build = false exclude = [ ".git/", ".idea/", "data/", "Publish.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "File Converter" readme = "Readme.md" license = "MIT" [profile.release] lto = true [lib] name = "dc_converter_tof" path = "src/lib.rs" [[bin]] name = "dc_converter_tof" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.opencv] version = "=0.86.1" features = [ "imgproc", "imgcodecs", ] default-features = false [dependencies.rayon] version = "1.10.0" [dependencies.walkdir] version = "2.5.0"