# 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 = "sdfgen" version = "0.6.3" authors = ["Elias Eskelinen "] exclude = ["performance_data/*", "docs/*", "images/*", "out_sdf.png", "**/*.sh"] description = "SDFGen generates a (preferably) lower resolution distance field from an input image." homepage = "https://github.com/jonnelafin/SDFGen" documentation = "https://jonnelafin.github.io/SDFGen/" license = "MIT" repository = "https://github.com/jonnelafin/SDFGen" [lib] name = "sdfgen_lib" path = "src/lib.rs" [[bin]] name = "sdfgen" path = "src/main.rs" [dependencies.argparse] version = "0.2.2" [dependencies.chrono] version = "0.4.19" [dependencies.image] version = "0.23.12"