typstify-ui 0.1.0

Leptos UI components for Typstify
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 = "typstify-ui"
version = "0.1.0"
authors = ["longcipher"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Leptos UI components for Typstify"
homepage = "https://github.com/longcipher/typstify"
readme = "README.md"
keywords = [
    "static-site",
    "typst",
    "markdown",
    "ssg",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/longcipher/typstify"

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

[dependencies.leptos]
version = "0.8.15"
features = ["csr"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.wasm-bindgen]
version = "0.2.106"

[dependencies.web-sys]
version = "0.3.83"
features = [
    "Window",
    "KeyboardEvent",
    "MouseEvent",
]