vertigo 0.11.1

Reactive Real-DOM library with SSR for Rust
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 = "vertigo"
version = "0.11.1"
authors = [
    "Grzegorz Szeliga <szeligagrzegorz@gmail.com>",
    "MichaƂ Pokrywka <wolfmoon@o2.pl>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reactive Real-DOM library with SSR for Rust"
homepage = "https://vertigo.znoj.pl"
documentation = "https://docs.rs/vertigo/"
readme = "README.md"
keywords = [
    "wasm",
    "web",
    "isomorphic",
    "reactive",
    "javascript",
]
categories = [
    "asynchronous",
    "gui",
    "wasm",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vertigo-web/vertigo"
resolver = "2"

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

[dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false

[dependencies.chrono]
version = ">=0.4.20"
features = ["std"]
optional = true
default-features = false

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.vertigo-macro]
version = "0.11.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]

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