[dependencies.garnish_lang_traits]
version = "0.0.7-alpha"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.196"
[features]
serde = ["dep:serde"]
[package]
authors = ["Chad Collins <chad.collins@capitalone.com>"]
description = "Data implementation for garnish runtimes using simple list of variants"
documentation = "https://docs.rs/garnish_lang_simple_data/latest/garnish_lang_simple_data/"
edition = "2021"
homepage = "https://github.com/garnish-lang/garnish-core"
license-file = "LICENSE"
name = "garnish_lang_simple_data"
readme = "README.md"
repository = "https://github.com/garnish-lang/garnish-core"
version = "0.0.7-alpha"