# 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 = "2018" name = "edge-detection" version = "0.2.6" authors = ["polyfloyd "] include = [ "src/**/*.rs", "media/**/*.png", "Cargo.toml", ] description = "The canny edge detection algorithm" readme = "README.md" keywords = [ "computer-vision", "canny", ] categories = [ "algorithms", "multimedia::images", "science", "visualization", ] license = "MIT" repository = "https://github.com/polyfloyd/edge-detection-rs" [profile.dev] opt-level = 3 [dependencies.image] version = "0.24" [dependencies.rayon] version = "1" [features] unstable = []