# 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 = "raster2svg" version = "1.0.14" authors = ["STPR"] exclude = [".gitignore", "example/*"] description = "A tool that use the contour_tracing library." homepage = "https://github.com/STPR/raster2svg" readme = "README.md" keywords = ["contour_tracing", "contour", "boundary", "tracing", "algorithm"] categories = ["algorithms", "graphics", "multimedia::encoding", "multimedia::images"] license = "EUPL-1.2" repository = "https://github.com/STPR/raster2svg" resolver = "2" [profile.release] lto = true codegen-units = 1 [[bin]] name = "raster2svg" path = "src/main.rs" [dependencies.clap] version = "2.34.0" features = ["yaml"] default-features = false [dependencies.contour_tracing] version = "1.0.12" features = ["array"] [dependencies.image] version = "0.24.1"