sim-lib-lang-ruby 0.1.3

Ruby-style surface profile for the SIM expression runtime.
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 = "2024"
name = "sim-lib-lang-ruby"
version = "0.1.3"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ruby-style surface profile for the SIM expression runtime."
homepage = "https://github.com/sim-nest/sim-runtime"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-runtime"

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

[dependencies.sim-cookbook]
version = "0.2.0"

[dependencies.sim-kernel]
version = "0.2.0"

[dependencies.sim-lib-control]
version = "0.1.4"

[dependencies.sim-lib-dispatch]
version = "0.1.2"

[dependencies.sim-lib-standard-core]
version = "0.1.3"

[dev-dependencies.sim-kernel]
version = "0.2.0"
features = ["test-support"]

[build-dependencies.sim-cookbook]
version = "0.2.0"