# 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 = "zen-rs" version = "0.1.0" authors = ["TOwInOK <60252419+TOwInOK@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for generating non-interactive content like cards or files." homepage = "https://github.com/TOwInOK/zen-rs" documentation = "https://docs.rs/zen-rs" readme = "README.md" keywords = [ "non-interactive", "rendering", "HTML", "SVG", "PDF", ] categories = [ "rendering", "web-programming", "text-processing", "template-engine", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/TOwInOK/zen-rs" [lib] name = "zen_rs" path = "src/lib.rs" [[test]] name = "html" path = "tests/html.rs" [dependencies]