# 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 = "dnd_spellbook_maker" version = "0.1.0" authors = ["Chandler Calkins "] exclude = [ "spells", "fonts", "img", ] description = "Library for making pdf documents of spells that ressemble 5th edition D&D official source book spell descriptions." homepage = "https://github.com/ChandlerJayCalkins/dnd_spellbook_maker" documentation = "https://docs.rs/dnd_spellbook_maker" readme = "README.md" keywords = [ "dnd", "spells", "spells", "spellbook", ] license = "MIT" repository = "https://github.com/ChandlerJayCalkins/dnd_spellbook_maker" [dependencies.image] version = "0.24.7" [dependencies.printpdf] version = "0.6.0" features = ["embedded_images"] [dependencies.rusttype] version = "0.9.3"