csml_interpreter 1.4.0-beta.0

The CSML Interpreter is the official interpreter for the CSML programming language, a DSL designed to make it extremely easy to create rich and powerful chatbots.
Documentation
[[example]]
name = "hello_world"

[[example]]
name = "metadata"

[[example]]
name = "event"

[[example]]
name = "memory"

[[example]]
name = "factorial"

[[example]]
name = "bot"
[dependencies.base64]
version = "0.13.0"

[dependencies.bincode]
version = "1.3.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.79"

[dependencies.nom]
version = "5.1.2"

[dependencies.nom_locate]
version = "2.1.0"

[dependencies.rand]
version = "0.7.3"

[dependencies.regex]
version = "1.4.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.typetag]
version = "0.1"

[dependencies.ureq]
features = ["json"]
version = "1.5.1"

[lib]
crate-type = ["rlib"]
name = "csml_interpreter"

[package]
authors = ["Alexis Merelo <alexis.merelo@clevy.io>", "François Falala-Sechet <francois@clevy.io>", "Bastien Botella <bastien@clevy.io>", "Jefferson Le Quellec <jefferson.le-quellec@clevy.io>"]
categories = ["text-processing"]
description = "The CSML Interpreter is the official interpreter for the CSML programming language, a DSL designed to make it extremely easy to create rich and powerful chatbots.\n"
edition = "2018"
homepage = "https://www.csml.dev"
keywords = ["chatbot", "programming-language", "csml"]
license = "Apache-2.0"
name = "csml_interpreter"
readme = "README.md"
repository = "https://github.com/CSML-by-Clevy/csml-engine"
version = "1.4.0-beta.0"