pdf-canvas 0.7.0

Generate PDF files in pure Rust. Currently, simple vector graphics and text set in the 14 built-in fonts are supported.
Documentation
[badges.maintenance]
status = "passively-maintained"
[build-dependencies.lazy_static]
version = "1.3"
[dependencies.chrono]
version = "0.4.19"

[dependencies.lazy_static]
version = "1.3"

[package]
authors = ["Simon Sapin <simon.sapin@exyr.org>", "Rasmus Kaj <rasmus@krats.se>"]
build = "src/build_metrics.rs"
categories = ["graphics"]
description = "Generate PDF files in pure Rust.\nCurrently, simple vector graphics and text set in the 14 built-in fonts are supported."
documentation = "https://docs.rs/pdf-canvas"
edition = "2021"
keywords = ["pdf", "graphics", "vector", "text"]
license = "MIT"
name = "pdf-canvas"
readme = "README.md"
repository = "https://github.com/kaj/rust-pdf"
resolver = "2"
version = "0.7.0"