feagi-structures 0.0.1-beta.9

The most core library, defines the basic data types used by FEAGI, as well as some processors to modify them
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-structures"
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 = "The most core library, defines the basic data types used by FEAGI, as well as some processors to modify them"
homepage = "https://feagi.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/feagi/feagi-core"

[features]
async = []
async-tokio = [
    "async",
    "dep:tokio",
]
async-wasi = [
    "async",
    "dep:wasm-rs-async-executor",
]
async-wasm = [
    "async",
    "dep:wasm-bindgen",
    "dep:wasm-bindgen-futures",
    "dep:futures-channel",
    "dep:futures-util",
    "dep:js-sys",
    "dep:web-sys",
]
default = []

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

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.futures-channel]
version = "0.3.31"
optional = true

[dependencies.futures-util]
version = "0.3"
features = ["std"]
optional = true
default-features = false

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

[dependencies.ndarray]
version = "0.17.1"
features = ["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.tokio]
version = "1.48.0"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "time",
]
optional = true

[dependencies.uuid]
version = "1.11"
features = [
    "v7",
    "serde",
    "js",
]

[dependencies.wasm-bindgen]
version = "^0.2"
optional = true

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

[dependencies.wasm-rs-async-executor]
version = "0.9.0"
optional = true

[dependencies.web-sys]
version = "0.3"
features = ["Window"]
optional = true

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