feagi-agent 0.0.1-beta.21

Client library for building FEAGI agents in Rust
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 = "feagi-agent"
version = "0.0.1-beta.21"
authors = ["Neuraville Inc. <feagi@neuraville.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library for building FEAGI agents in Rust"
homepage = "https://feagi.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/feagi/feagi-core"

[features]
agent-client = ["feagi-io/feagi-client"]
agent-client-asynchelper-tokio = [
    "tokio",
    "reqwest",
]
agent-js-bridge-wasm = ["feagi-io/js-bridge-wasm"]
agent-server = ["feagi-io/feagi-server"]
agent-transport-bluetooth = ["feagi-io/bluetooth-transport"]
agent-transport-shm = ["feagi-io/shm-transport"]
agent-transport-websocket-std = ["feagi-io/websocket-transport-std"]
agent-transport-websocket-wasm = ["feagi-io/websocket-transport-wasm"]
agent-transport-zmq = ["feagi-io/zmq-transport"]
platform-no-std = ["feagi-io/platform-no-std"]
platform-std = ["feagi-io/platform-std"]
platform-wasm = ["feagi-io/platform-wasm"]

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

[[example]]
name = "psuedo_example"
path = "examples/psuedo_example.rs"

[[test]]
name = "session_state_machine_tests"
path = "tests/session_state_machine_tests.rs"

[[test]]
name = "websocket_registration_workflow_tests"
path = "tests/websocket_registration_workflow_tests.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.feagi-io]
version = "0.0.1-beta.21"

[dependencies.feagi-sensorimotor]
version = "0.0.1-beta.21"

[dependencies.feagi-serialization]
version = "0.0.1-beta.21"

[dependencies.feagi-structures]
version = "0.0.1-beta.21"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "blocking",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.49.0"
features = [
    "time",
    "rt",
    "macros",
]
optional = true

[dependencies.tracing]
version = "0.1"