# 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 = "typst-as-lib" version = "0.11.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Small wrapper for typst that makes it easier to use it as a templating engine" readme = "README.md" keywords = [ "template", "typst", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/Relacibo/typst-as-lib" [lib] name = "typst_as_lib" path = "src/lib.rs" [[example]] name = "resolve_packages" path = "examples/resolve_packages.rs" [[example]] name = "resolve_static" path = "examples/resolve_static.rs" [[example]] name = "small_example" path = "examples/small_example.rs" [dependencies.binstall-tar] version = "0.4" optional = true [dependencies.chrono] version = "0.4" [dependencies.comemo] version = "0.4" [dependencies.dirs] version = "5.0" [dependencies.ecow] version = "0.2" [dependencies.flate2] version = "1.0" optional = true [dependencies.thiserror] version = "2.0" [dependencies.typst] version = "0.12.0" [dependencies.ureq] version = "2.10" optional = true [dev-dependencies.derive_typst_intoval] version = "0.3.0" [dev-dependencies.typst-pdf] version = "0.12.0" [features] packages = [ "dep:binstall-tar", "dep:flate2", "dep:ureq", ]