[dependencies.garnish_lang_traits]
version = "0.0.10-alpha"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.196"
[features]
serde = ["dep:serde"]
[lib]
name = "garnish_lang_simple_data"
path = "src/lib.rs"
[package]
authors = ["Chad Collins <chad.collins@capitalone.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.10-alpha"