zenroom 0.3.2

zenroom is a small, portable and secure language interpreter of a domain specific language called zencode, able to execute cryptographic operations and smart contracts in a multiplatform environment.
Documentation
[build-dependencies.bindgen]
version = "0.59.2"
[dev-dependencies.serde_json]
version = "1.0.74"

[lib]
crate-type = ["lib"]
name = "zenroom"
path = "src/lib.rs"

[package]
authors = ["Danilo Spinella <oss@danyspin97.org>", "Denis Roio <J@dyne.org>", "Alberto Lerda <alberto@dyne.org>"]
build = "build.rs"
description = "zenroom is a small, portable and secure language interpreter of a domain specific language called zencode, able to execute cryptographic operations and smart contracts in a multiplatform environment."
documentation = "https://dev.zenroom.org/#/pages/zencode-cookbook-intro"
edition = "2018"
include = ["src/", "zenroom.h", "clib/*.a", "build.rs", "zenroom.h", "wrapper.h"]
license = "AGPL-3.0-only"
name = "zenroom"
version = "0.3.2"