[dependencies.garnish_lang_traits]
version = "0.0.2-alpha"
[dependencies.log]
version = "0.4"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.196"
[features]
serde = ["dep:serde"]
[package]
authors = ["Chad Collins <chad.collins@capitalone.com>"]
description = "Runtime and execution library for Garnish Lang."
documentation = "https://github.com/garnish-lang/garnish-core"
edition = "2021"
homepage = "https://github.com/garnish-lang/garnish-core"
license-file = "LICENSE"
name = "garnish_lang_runtime"
readme = "README.md"
repository = "https://github.com/garnish-lang/garnish-core"
version = "0.0.2-alpha"