# 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_composer" version = "0.3.0" description = "Create PDF documents from YAML Front Matter source documents" documentation = "https://docs.rs/crate/pdf_composer/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/orangekiwi-io/pdf_composer" [[example]] name = "basic" [dependencies.pdf_composer_base] version = "0.3.0" [dependencies.pdf_composer_definitions] version = "0.3.0" [features] base = ["defs"] default = ["base"] defs = []