[dependencies.devise]
version = "0.4.2"
[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
features = ["full", "parsing"]
version = "2.0.104"
[features]
actix_web = []
axum = []
rocket = []
[lib]
name = "vconfig_codegen"
path = "src/lib.rs"
proc-macro = true
[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 = """
Provides attribuite macros to generate code implementing FromRequest guard for deserializating TOML-formatted like TOML-formatted like files/streams to Rust data with variant context.
"""
edition = "2024"
homepage = "https://github.com/gu-wei-x/vconfig"
keywords = ["variants", "web", "code", "generation"]
license = "MIT"
name = "vconfig_codegen"
readme = false
repository = "https://github.com/gu-wei-x/vconfig"
resolver = "2"
rust-version = "1.88"
version = "0.1.1"