# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hough_circle_transform_for_cme" version = "0.1.3" authors = ["Martin Kunz "] exclude = ["images/*"] description = "Search for circles in the image using houghs transform and output either the parameters of the circles or an image with the circles drawn. Meant to be used for TIRF-SIM microscoped CME cell processes." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/kunzaatko/circle-hough-transform" [[bin]] name = "houghse" path = "src/main.rs" test = true [dependencies.image] version = "0.23.10" [dependencies.ndarray] version = "0.13.1" features = ["rayon"] [dependencies.ndarray-npy] version = "0.6.0" [dependencies.ndarray-stats] version = "0.3.0" [dependencies.structopt] version = "0.3.18"