cuttlefish 0.0.2

Native tooling for agents: a local wasm runtime that runs delegated jobs against local models
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"
rust-version = "1.94"
name = "cuttlefish"
version = "0.0.2"
authors = [
    "Michael-F-Bryan <michaelfbryan@gmail.com>",
    "Kartik Thakore <kartik@thakore.ai>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native tooling for agents: a local wasm runtime that runs delegated jobs against local models"
homepage = "https://cuttlefishvm.github.io/"
documentation = "https://docs.rs/cuttlefish"
readme = "README.md"
keywords = [
    "agents",
    "wasm",
    "llm",
    "local-first",
    "sandbox",
]
categories = ["wasm"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cuttlefishvm/cuttlefish-vm.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[bin]]
name = "cuttlefish"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.cuttlefish-abi]
version = "0.0.2"

[dependencies.cuttlefish-core]
version = "0.0.2"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "net",
    "io-util",
]