wlambda 0.2.0

WLambda is an embeddable scripting language for Rust
Documentation
[package]
name         = "wlambda"
version      = "0.2.0"
authors      = ["Weird Constructor <weirdconstructor@gmail.com>"]
license      = "GPL-3.0-or-later"
edition      = "2018"
description  = "WLambda is an embeddable scripting language for Rust"
repository   = "https://github.com/WeirdConstructor/WLambda"
readme       = "README.md"
keywords     = ["simple","scripting","language","embeddable","lisp"]
categories   = ["parsing","config","parser-implementations"]
exclude      = ["res/*"]

[features]
default = ["regex", "chrono"]

[dependencies]
rustyline = "4.1.0"
regex = { version = "1.1.9", optional = true }
chrono = { version = "0.4.7", optional = true }