leptos_config 0.6.11

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

[dependencies.regex]
version = "1.7.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.151"

[dependencies.thiserror]
version = "1.0.38"

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

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

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

[package]
authors = ["Greg Johnston"]
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.75"
version = "0.6.11"