pulsehive 2.0.1

Shared Consciousness SDK for Multi-Agent AI Systems
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 = "pulsehive"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Consciousness SDK for Multi-Agent AI Systems"
homepage = "https://github.com/pulsehive/pulsehive"
documentation = "https://docs.rs/pulsehive"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "multi-agent",
    "consciousness",
]
categories = [
    "science",
    "asynchronous",
]
license = "AGPL-3.0-only"
repository = "https://github.com/pulsehive/pulsehive"

[features]
anthropic = ["dep:pulsehive-anthropic"]
default = []
openai = ["dep:pulsehive-openai"]

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

[dependencies.pulsehive-anthropic]
version = "2.0.1"
optional = true

[dependencies.pulsehive-core]
version = "2.0.1"

[dependencies.pulsehive-openai]
version = "2.0.1"
optional = true

[dependencies.pulsehive-runtime]
version = "2.0.1"