# 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.58.1" name = "contour_tracing" version = "1.0.12" authors = ["STPR"] exclude = [".gitignore", "tests/*"] description = "A 2D library to trace contours." homepage = "https://github.com/STPR/contour_tracing" readme = "README.md" keywords = ["2d", "contour", "boundary", "tracing", "algorithm"] categories = ["algorithms", "graphics", "multimedia::encoding", "multimedia::images"] license = "EUPL-1.2" repository = "https://github.com/STPR/contour_tracing" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.image] version = "^0.24.1" optional = true [features] array = [] default = []