viewy 2.0.6

A web UI toolkit that combine the advantages of a design system and an ui library.
# 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 = "viewy"
version = "2.0.6"
authors = ["Rémi Caillot <dev@remicaillot.fr>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A web UI toolkit that combine the advantages of a design system and an ui library."
documentation = "https://docs.rs/viewy"
readme = "README.md"
keywords = [
    "web",
    "user-interface",
    "declarative",
]
license = "MIT"
repository = "https://github.com/strowbeary/viewy-rs"
resolver = "2"

[features]
auto-csrf-token = []

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

[dependencies.ammonia]
version = "4.1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.css-minify]
version = "0.5"

[dependencies.dyn-clone]
version = "1.0"

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[dependencies.grass]
version = "0.13"

[dependencies.hex]
version = "0.4"

[dependencies.html-escape]
version = "0.2"

[dependencies.markdown]
version = "1.0"

[dependencies.minifier]
version = "0.3"

[dependencies.palette]
version = "0.7"

[dependencies.serde]
version = "1.0"
features = ["serde_derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.timeago]
version = "0.4.2"

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.heck]
version = "0.5"

[build-dependencies.cmd_lib]
version = "1.9"

[build-dependencies.download_git]
version = "0.0.2"

[build-dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[build-dependencies.heck]
version = "0.5"

[build-dependencies.quote]
version = "1.0"

[build-dependencies.scraper]
version = "0.23"

[build-dependencies.serde]
version = "1.0"
features = ["serde_derive"]

[build-dependencies.uuid]
version = "1"
features = ["v4"]