cortexai-cloudflare 0.1.0

Cloudflare Workers edge runtime for Cortex AI agents
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 = "cortexai-cloudflare"
version = "0.1.0"
authors = ["Ronaldo Lima"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cloudflare Workers edge runtime for Cortex AI agents"
homepage = "https://github.com/aiconnai/cortex"
documentation = "https://docs.rs/cortex"
readme = false
keywords = [
    "ai",
    "agents",
    "cloudflare",
    "workers",
    "wasm",
]
categories = [
    "wasm",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/aiconnai/cortex"

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

[dependencies.cortexai-llm-client]
version = "0.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.2"
features = ["js"]

[dependencies.js-sys]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "1.8"
features = [
    "v4",
    "serde",
    "js",
]

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.worker]
version = "0.4"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"