shuru-sdk 0.3.7

Async Rust SDK for Shuru microVMs
# 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 = "shuru-sdk"
version = "0.3.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust SDK for Shuru microVMs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/superhq-ai/shuru"

[features]
cas = [
    "shuru-store",
    "blake3",
]
default = []

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

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"
optional = true

[dependencies.libc]
version = "0.2"

[dependencies.shuru-proto]
version = "0.3.3"

[dependencies.shuru-proxy]
version = "0.2.4"

[dependencies.shuru-store]
version = "0.1.1"
optional = true

[dependencies.shuru-vm]
version = "0.3.7"

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.tracing]
version = "0.1"