# 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 = "mpdf" version = "0.1.10" description = "A simple library for writing PDF files." documentation = "https://docs.rs/mpdf/" license = "CC-BY-4.0" [lib] name = "mpdf" path = "lib.rs" [dependencies.bimap] version = "0.6.3" [dependencies.chrono] version = "0.4.38" [dependencies.enumset] version = "1.1.3" [dependencies.flate2] version = "1.0.30" [dependencies.image] version = "0.25.1" [dependencies.mchr] version = "=0.1.7" [dependencies.mttf] version = "=0.1.7" [dependencies.range-set] version = "0.0.11" [dependencies.thiserror] version = "1.0.61"