dioxus-typst 0.2.0

Typst component for Dioxus
Documentation
# 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 = "2024"
name = "dioxus-typst"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typst component for Dioxus"
readme = "README.md"
keywords = [
    "dioxus",
    "html",
    "typst",
]
categories = [
    "text-processing",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/RunnersNum40/dioxus-typst"

[features]
download-packages = [
    "dirs",
    "flate2",
    "tar",
    "ureq",
]

[lib]
name = "dioxus_typst"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.dioxus]
version = "0.7"

[dependencies.dirs]
version = "6.0"
optional = true

[dependencies.flate2]
version = "1"
optional = true

[dependencies.tar]
version = "0.4"
optional = true

[dependencies.typst]
version = "0.14"

[dependencies.typst-html]
version = "0.14"

[dependencies.ureq]
version = "3.1"
optional = true