leptos_macro 0.8.17

view macro for the Leptos web framework.
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"
rust-version = "1.88"
name = "leptos_macro"
version = "0.8.17"
authors = ["Greg Johnston"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "view macro for the Leptos web framework."
readme = "README.md"
license = "MIT"
repository = "https://github.com/leptos-rs/leptos"

[package.metadata.cargo-all-features]
denylist = [
    "tracing",
    "trace-component-props",
    "trace-components",
]
skip_feature_sets = [
    [
    "csr",
    "hydrate",
],
    [
    "hydrate",
    "csr",
],
    [
    "hydrate",
    "ssr",
],
    [
    "actix",
    "axum",
],
    [
    "actix",
    "generic",
],
    [
    "generic",
    "axum",
],
    ["nightly"],
]
max_combination_size = 2

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]

[features]
__internal_erase_components = []
actix = ["server_fn_macro/actix"]
axum = ["server_fn_macro/axum"]
csr = []
generic = ["server_fn_macro/generic"]
hydrate = []
islands = []
nightly = ["server_fn_macro/nightly"]
ssr = ["server_fn_macro/ssr"]
trace-component-props = []
trace-components = []
tracing = ["dep:tracing"]

[lib]
name = "leptos_macro"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "component"
path = "tests/component.rs"

[[test]]
name = "memo"
path = "tests/memo.rs"

[[test]]
name = "params"
path = "tests/params.rs"

[[test]]
name = "server"
path = "tests/server.rs"

[[test]]
name = "slice"
path = "tests/slice.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"

[dependencies.attribute-derive]
version = "0.10"
features = ["syn-full"]
default-features = true

[dependencies.cfg-if]
version = "1.0"
default-features = true

[dependencies.convert_case]
version = "0.11"
default-features = true

[dependencies.convert_case_extras]
version = "0.2"
default-features = true

[dependencies.html-escape]
version = "0.2"
default-features = true

[dependencies.itertools]
version = "0.14"
default-features = true

[dependencies.leptos_hot_reload]
version = "0.8.6"

[dependencies.prettyplease]
version = "0.2"
default-features = true

[dependencies.proc-macro-error2]
version = "2.0"
default-features = false

[dependencies.proc-macro2]
version = "1.0"
default-features = true

[dependencies.quote]
version = "1.0"
default-features = true

[dependencies.rstml]
version = "0.12"
default-features = true

[dependencies.server_fn_macro]
version = "0.8.10"

[dependencies.syn]
version = "2.0"
features = ["full"]
default-features = true

[dependencies.tracing]
version = "0.1"
optional = true
default-features = true

[dependencies.uuid]
version = "1.20"
features = ["v4"]
default-features = true

[dev-dependencies.insta]
version = "1.46"
default-features = true

[dev-dependencies.log]
version = "0.4"
default-features = true

[dev-dependencies.serde]
version = "1.0"
default-features = true

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

[dev-dependencies.typed-builder]
version = "0.23"
default-features = true

[build-dependencies.rustc_version]
version = "0.4"
default-features = true

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(rustc_nightly)"]