# 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 = "imspect" version = "0.1.0" authors = [ "Sebrovskiy Konstantin", "sebrovskiy.k@gmail.com", ] build = false exclude = [ "src/lib.rs", "py*", "*.py", "*.yaml", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Explore features of images during debug session" readme = "README.md" keywords = [ "images", "cv", "gui", ] categories = [ "computer-vision", "command-line-utilities", ] license = "MIT" repository = "https://github.com/SEBROVATER/imspect" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [[bin]] name = "imspect" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.eframe] version = "0.29.1" [dependencies.egui] version = "0.29.1" [dependencies.egui_plot] version = "0.29.0" [dependencies.kornia] version = "0.1.7" [dependencies.ndarray] version = "0.16.1" [dependencies.ndarray-npy] version = "0.9.1" [dependencies.numpy] version = "0.22.1" [dependencies.pyo3] version = "0.22.5" features = ["abi3-py38"] [dependencies.temp-dir] version = "0.1.14"