[dependencies.base64]
version = "0.22.1"
[dependencies.ndarray]
features = ["rayon"]
version = "0.17.1"
[dependencies.paste]
version = "1.0.15"
[dependencies.rayon]
version = "1.11.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[lib]
name = "feagi_data_structures"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The most core library, defines the basic data types used by FEAGI, as well as some processors to modify them"
edition = "2024"
homepage = "https://feagi.org"
license = "Apache-2.0"
name = "feagi_data_structures"
readme = false
repository = "https://github.com/feagi/feagi-data-processing"
version = "0.0.50-beta.60"
[[test]]
name = "tests_genomic"
path = "tests/tests_genomic.rs"
[[test]]
name = "tests_neuron_voxels"
path = "tests/tests_neuron_voxels.rs"