# 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 = "pdf-canvas" version = "0.7.0" authors = ["Simon Sapin ", "Rasmus Kaj "] build = "src/build_metrics.rs" 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" readme = "README.md" keywords = ["pdf", "graphics", "vector", "text"] categories = ["graphics"] license = "MIT" repository = "https://github.com/kaj/rust-pdf" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.lazy_static] version = "1.3" [build-dependencies.lazy_static] version = "1.3" [badges.maintenance] status = "passively-maintained"