typub-html 0.1.0

HTML processing utilities for typub (AST types, parsing, serialization, SVG handling, link resolution)
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 = "typub-html"
version = "0.1.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML processing utilities for typub (AST types, parsing, serialization, SVG handling, link resolution)"
homepage = "https://github.com/lucifer1004/typub"
readme = false
license = "MIT"
repository = "https://github.com/lucifer1004/typub"

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

[dependencies.anyhow]
version = "1"

[dependencies.enumset]
version = "1"

[dependencies.relative-path]
version = "1"

[dependencies.resvg]
version = "0.47"

[dependencies.scraper]
version = "0.25"

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

[dependencies.serde_json]
version = "1"

[dependencies.tiny-skia]
version = "0.12"

[dependencies.typub-core]
version = "0.1.0"

[dependencies.typub-ir]
version = "0.1.0"

[dependencies.typub-storage]
version = "0.1.0"

[dependencies.typub-ui]
version = "0.1.0"

[dependencies.usvg]
version = "0.47"

[dev-dependencies.tempfile]
version = "3.25.0"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"