axicor-core 0.1.0

Axicor SNN engine — C-ABI memory contracts, SoA layouts, and IPC primitives
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"
rust-version = "1.75"
name = "axicor-core"
version = "0.1.0"
authors = ["Oleksandr Arzamazov <alex@axicor.dev>"]
build = false
exclude = [
    "tests/fixtures/*",
    "benches/*",
    "*.state",
    "*.axons",
    "*.axic",
    "*.gxi",
    "*.gxo",
    "Axicor-Models/",
    "*-Models/",
    ".Sandbox/",
    "*.log",
    "checkpoints/",
    "*.ckpt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Axicor SNN engine — C-ABI memory contracts, SoA layouts, and IPC primitives"
homepage = "https://axicor.dev"
documentation = "https://docs.rs/axicor-core"
readme = "README.md"
keywords = [
    "snn",
    "neuromorphic",
    "soa",
    "bytemuck",
    "repr-c",
]
categories = [
    "science::neuroscience",
    "memory-management",
    "data-structures",
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/H4V1K-dev/Axicor"

[package.metadata.docs.rs]
all-features = false
features = []

[features]
amd = []

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

[dependencies.bytemuck]
version = "1.25.0"
features = ["derive"]

[dependencies.memmap2]
version = "0.9.10"

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

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1.12"
features = ["v4"]