mashin_core 0.1.6

The core of mashin, consumed by the runtime 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 = "mashin_core"
version = "0.1.6"
authors = ["the Mashin authors <hey@mashin.land>"]
description = "The core of mashin, consumed by the runtime engine"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nutshimit/mashin"

[dependencies.anyhow]
version = "1.0.71"

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

[dependencies.base64]
version = "0.21.0"

[dependencies.console]
version = "0.15.5"

[dependencies.deno_core]
version = "=0.177.0"

[dependencies.dlopen]
version = "0.1.8"

[dependencies.indicatif]
version = "0.17.3"

[dependencies.itertools]
version = "0.10"

[dependencies.libffi]
version = "3.1.0"

[dependencies.log]
version = "0.4.17"

[dependencies.mashin_sdk]
version = "0.1.11"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.quote]
version = "1.0.26"

[dependencies.reqwest]
version = "0.11.17"
features = [
    "blocking",
    "json",
    "rustls-tls",
    "rustls-tls-native-roots",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.rkv]
version = "0.18.4"

[dependencies.serde]
version = "1.0.160"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.96"

[dependencies.sodiumoxide]
version = "0.2.7"

[dependencies.syn]
version = "2.0.15"
features = [
    "full",
    "extra-traits",
]

[dependencies.tokio]
version = "=1.25.0"
features = ["full"]

[dependencies.url]
version = "2.3"