printpdf 0.1.2

Rust library for writing PDF files
Documentation
# 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]
name = "printpdf"
version = "0.1.2"
authors = ["Felix Schütt <felix.schuett@maps4print.com>"]
description = "Rust library for writing PDF files"
homepage = "https://github.com/sharazam/printpdf"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sharazam/printpdf"

[[bin]]
name = "printpdf"
path = "src/main.rs"
doc = false
[dependencies.image]
version = "0.14.0"

[dependencies.lopdf]
version = "0.10.0"

[dependencies.num]
version = "0.1.37"

[dependencies.svg]
version = "0.5.6"

[dependencies.freetype-rs]
version = "0.13.0"

[dependencies.log]
version = "0.3.8"

[dependencies.rand]
version = "0.3.15"

[dependencies.error-chain]
version = "0.10.*"

[dependencies.chrono]
version = "0.3.0"