rave_engine 0.8.0

A secure and efficient JSON Schema validation and Rhai script execution engine
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 = "rave_engine"
version = "0.8.0"
authors = ["zo-el <joelulahanna@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A secure and efficient JSON Schema validation and Rhai script execution engine"
homepage = "https://github.com/unytco/unyt"
readme = "README.md"
keywords = [
    "unytco",
    "rhai",
    "scripting",
    "scripting-engine",
    "embedded",
]
categories = [
    "embedded",
    "wasm",
    "parser-implementations",
    "no-std",
]
license = "MIT"
repository = "https://github.com/unytco/unyt"

[lib]
name = "rave_engine"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.39"
features = [
    "clock",
    "std",
    "oldtime",
    "serde",
]
default-features = false

[dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[dependencies.hdi]
version = "0.7.2-rc.0"

[dependencies.hdk]
version = "0.6.2-rc.0"

[dependencies.holochain_serialized_bytes]
version = "0.0.57"

[dependencies.itertools]
version = "0.14.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.rhai]
version = "1.21.0"
features = [
    "no_time",
    "sync",
    "no_time",
    "sync",
]
default-features = false

[dependencies.rmp-serde]
version = "1.3.0"

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0.133"

[dependencies.thiserror]
version = "2.0"

[dependencies.zfuel]
version = "0.6.2"

[dev-dependencies.hdk]
version = "0.6.2-rc.0"
features = [
    "mock",
    "test_utils",
    "unstable-countersigning",
]

[dev-dependencies.mockall]
version = "0.13"