sema-vm 1.9.0

Bytecode compiler and virtual machine for the Sema programming language
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "sema-vm"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bytecode compiler and virtual machine for the Sema programming language"
homepage = "https://sema-lang.com"
readme = "README.md"
license = "MIT"
repository = "https://github.com/helgesverre/sema"

[lib]
name = "sema_vm"
path = "src/lib.rs"

[dependencies.hashbrown]
version = "0.15"

[dependencies.lasso]
version = "0.7"

[dependencies.sema-core]
version = "=1.9.0"

[dependencies.sema-reader]
version = "=1.9.0"