leptos_config 0.7.0-rc2

Configuration for the Leptos web framework.
Documentation
[dependencies.config]
default-features = false
features = ["toml", "convert-case"]
version = "0.14.1"

[dependencies.regex]
version = "1.11"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.typed-builder]
version = "0.20.0"

[dev-dependencies.temp-env]
features = ["async_closure"]
version = "0.3.6"

[dev-dependencies.tempfile]
version = "3.14"

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

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

[package]
authors = ["Greg Johnston"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Configuration for the Leptos web framework."
edition = "2021"
license = "MIT"
name = "leptos_config"
readme = "README.md"
repository = "https://github.com/leptos-rs/leptos"
rust-version = "1.76"
version = "0.7.0-rc2"

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

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