# 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 = "vl-convert-pdf" version = "1.4.0" description = "Crate to convert SVG to PDF with embedded text" homepage = "https://github.com/jonmmease/vl-convert" readme = "README.md" keywords = [ "SVG", "PDF", ] license = "BSD-3-Clause" repository = "https://github.com/jonmmease/vl-convert" [dependencies.anyhow] version = "1.0.71" [dependencies.itertools] version = "0.12.0" [dependencies.miniz_oxide] version = "0.7.1" [dependencies.pdf-writer] version = "0.9.2" [dependencies.siphasher] version = "1.0.0" [dependencies.subsetter] version = "0.1.1" [dependencies.svg2pdf] version = "0.9.1" [dependencies.ttf-parser] version = "0.20.0" [dependencies.unicode-bidi] version = "0.3.13" [dependencies.usvg] version = "0.36.0"