# 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 = "lutz" version = "1.4.0" authors = ["Ingvar Stepanyan "] exclude = ["examples"] description = "Rust implementation of \"An Algorithm for the Real Time Analysis of Digitised Images\" by R. K. Lutz" readme = "README.md" keywords = [ "image", "vision", "labeling", ] categories = [ "algorithms", "computer-vision", "science", ] license = "MIT" repository = "https://github.com/RReverser/lutz" [package.metadata.docs.rs] features = ["nightly"] [[bench]] name = "bench" harness = false [dependencies.auto_impl] version = "1.1.0" [dependencies.genawaiter] version = "0.99.1" default-features = false [dev-dependencies.iai] version = "0.1" [dev-dependencies.image] version = "0.24.7" [dev-dependencies.imageproc] version = "0.23.0" [features] nightly = []