# 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-doc" version = "0.1.2" authors = ["Rana Ian"] description = "Create a writing document and save to PDF with Rust." documentation = "https://docs.rs/pdf-doc" readme = "README.md" keywords = [ "pdf", "document", "pdf-document", "text", "json", ] categories = [ "text-editors", "text-processing", ] license = "MIT" repository = "https://github.com/rana/pdf-doc" [dependencies.google-fonts] version = "0.1.5" [dependencies.heck] version = "0.5.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.skia-safe] version = "0.75.0" features = ["textlayout"]