onion-vm 0.2.2

Virtual machine runtime for the Onion programming language with async execution and garbage collection
Documentation
[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1.3.3"

[dependencies.rust-arc-gc]
version = "0.2.1"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.criterion]
version = "0.5"

[features]
debug = []
default = ["serde_support"]
serde_support = ["serde"]

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

[package]
authors = ["sjrsjz <sjrsjz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "compilers"]
description = "Virtual machine runtime for the Onion programming language with async execution and garbage collection"
documentation = "https://github.com/sjrsjz/onion-lang/blob/main/onion-vm/README.md"
edition = "2021"
homepage = "https://github.com/sjrsjz/onion-lang"
keywords = ["virtual-machine", "runtime", "async", "gc", "onion"]
license = "MIT"
name = "onion-vm"
readme = "README.md"
repository = "https://github.com/sjrsjz/onion-lang"
rust-version = "1.70"
version = "0.2.2"