# 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 = "vdtfont" version = "0.3.2" authors = ["Alexander Vedekhin"] description = "A library for converting glyphs into triangulations" readme = "README.md" keywords = [ "voronoi", "delaunay", "triangulation", "font", "glyph", ] license = "MPL-2.0" repository = "https://github.com/alexanderved/vdtfont" [dependencies.anyhow] version = "1.0" [dependencies.arena_system] version = "0.0.20" [dependencies.image] version = "0.24" [dependencies.libm] version = "0.2.6" [dependencies.ocl] version = "0.19" [dependencies.owned_ttf_parser] version = "0.18" [dependencies.rand] version = "0.8" [dependencies.smallvec] version = "1.10.0"