[[bin]]
name = "vconfig_rocket"
path = "src/main.rs"
[dependencies.variants_de]
version = "0.1.2"
[package]
authors = ["Wei Gu <gu_wei_dev@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.
"""
edition = "2024"
homepage = "https://github.com/gu-wei-x/variants"
keywords = ["variant", "configuration", "deserialization"]
license = "MIT"
name = "vconfig_rocket"
readme = false
repository = "https://github.com/gu-wei-x/variants"
rust-version = "1.88"
version = "0.0.0"