typub-theme 0.1.0

Theme system for typub HTML output styling
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-theme"
version = "0.1.0"
build = "build.rs"
include = [
    "src/**/*",
    "templates/**/*",
    "build.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Theme system for typub HTML output styling"
homepage = "https://github.com/lucifer1004/typub"
readme = false
license = "MIT"
repository = "https://github.com/lucifer1004/typub"

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

[dependencies.anyhow]
version = "1"

[dependencies.css-inline]
version = "0.20"

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

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

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.toml]
version = "1"

[build-dependencies]

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