# 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 = "distance-field" version = "0.2.1" authors = ["Thomas Versteeg "] description = "Generate distance fields from images for pseudo-vector rendering" homepage = "https://github.com/tversteeg/distance-field" documentation = "https://docs.rs/distance-field" readme = "README.md" keywords = [ "image", "SDF", "gamedev", "vector", ] categories = [ "games", "rendering", "game-engines", "multimedia", ] license = "GPL-3.0" repository = "https://github.com/tversteeg/distance-field.git" [[example]] name = "generator" path = "examples/generator.rs" [[bench]] name = "bench" harness = false [dependencies.bitvec] version = "1.0.1" [dependencies.image] version = "0.24.8" [dependencies.spiral] version = "0.2.0" [dev-dependencies.criterion] version = "0.5.1" default-features = false [dev-dependencies.docopt] version = "1.1.1" [dev-dependencies.pprof] version = "0.13.0" features = [ "flamegraph", "criterion", ] [badges.travis-ci] repository = "tversteeg/distance-field"