perseus-macro 0.4.2

The Perseus macros.
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 = "2021"
name = "perseus-macro"
version = "0.4.2"
authors = ["arctic_hen7 <arctic_hen7@pm.me>"]
autotests = false
description = "The Perseus macros."
homepage = "https://framesurge.sh/perseus"
readme = "README.md"
keywords = [
    "wasm",
    "frontend",
    "webdev",
    "ssg",
    "ssr",
]
categories = [
    "wasm",
    "web-programming",
    "development-tools",
    "asynchronous",
    "gui",
]
license = "MIT"
repository = "https://github.com/framesurge/perseus"

[lib]
proc-macro = true

[dependencies.darling]
version = "0.14"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

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

[dev-dependencies.sycamore]
version = "^0.8.1"

[dev-dependencies.trybuild]
version = "1.0"
features = ["diff"]