[package]
name = "vconfig_codegen"
version = "0.0.0"
authors = ["Wei Gu <gu_wei_dev@outlook.com>"]
edition = "2024"
description = """
Place_holder: todo rename the current variants_*
A native Rust decoder of TOML-formatted like files/streams. Provides implementations of deserializing TOML-formatted like files/streams to Rust structures with variant context.
"""
keywords = ["variant", "configuration", "deserialization"]
license = "MIT"
homepage = "https://github.com/gu-wei-x/variants"
repository = "https://github.com/gu-wei-x/variants"
rust-version = "1.88"
[dependencies]
variants_de = "0.1.2"