feagi-sensorimotor 0.0.1-beta.9

Sensorimotor System - Data processing, caching, and neuron voxel encoding for FEAGI agents (sensory input and motor output)
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-sensorimotor"
version = "0.0.1-beta.9"
authors = ["Neuraville Inc. <feagi@neuraville.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sensorimotor System - Data processing, caching, and neuron voxel encoding for FEAGI agents (sensory input and motor output)"
homepage = "https://feagi.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/feagi/feagi-core"

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

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

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

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

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

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

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

[dependencies.image]
version = "0.25.9"

[dependencies.ndarray]
version = "0.17.1"
features = [
    "rayon",
    "rayon",
]

[dependencies.paste]
version = "1.0.15"

[dependencies.rayon]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.clap]
version = "4.5.53"
features = ["derive"]