rib-lang 0.0.5

Rib language: parser, typechecker, compiler, and interpreter for WebAssembly component (WIT) workflows
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 = "rib-lang"
version = "0.0.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rib language: parser, typechecker, compiler, and interpreter for WebAssembly component (WIT) workflows"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/golemcloud/rib"

[features]
default = ["json_in_errors"]
json_in_errors = []

[lib]
name = "rib"
path = "src/lib.rs"
harness = false

[[test]]
name = "rib_regression"
path = "regression_tests/lib.rs"
harness = false

[dependencies.async-trait]
version = "0.1.87"

[dependencies.bigdecimal]
version = "0.4.7"
features = [
    "serde",
    "string-only",
]

[dependencies.combine]
version = "4.6.7"

[dependencies.la-arena]
version = "0.3.1"

[dependencies.semver]
version = "1.0.26"

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

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dependencies.uuid]
version = "1.15.1"
features = [
    "serde",
    "v4",
    "v5",
    "v7",
]

[dependencies.wasm-wave]
version = "0.245.0"

[dev-dependencies.test-r]
version = "3.0.3"
default-features = true