vconfig_rocket 0.1.2

A wrap crate for using vconfig in Rocket applications. Provides implementations of deserializing TOML-formatted like files/streams to Rust structures with variant context.
Documentation
[dependencies.rocket]
version = "0.5.1"

[dependencies.vconfig]
version = "0.1.2"

[dependencies.vconfig_codegen]
features = ["rocket"]
version = "0.1.2"

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

[lints.clippy]
manual_range_contains = "allow"
module_inception = "allow"
multiple_bound_locations = "allow"
type_complexity = "allow"

[lints.rust]
async_fn_in_trait = "allow"
refining_impl_trait = "allow"
rust_2018_idioms = "warn"

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

[package]
authors = ["Wei Gu <gu_wei_dev@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A wrap crate for using vconfig in Rocket applications. Provides implementations of deserializing TOML-formatted like files/streams to Rust structures with variant context.
"""
edition = "2024"
homepage = "https://github.com/gu-wei-x/vconfig"
keywords = ["variants", "configuration", "deserialization", "web"]
license = "MIT"
name = "vconfig_rocket"
readme = "README.md"
repository = "https://github.com/gu-wei-x/vconfig"
resolver = "2"
rust-version = "1.88"
version = "0.1.2"