aingle_ai 0.6.3

AI integration layer for AIngle - Ineru, Nested Learning, Kaneru
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.83"
name = "aingle_ai"
version = "0.6.3"
authors = ["Apilium Technologies <hello@apilium.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI integration layer for AIngle - Ineru, Nested Learning, Kaneru"
homepage = "https://apilium.com"
documentation = "https://docs.rs/aingle_ai"
readme = "README.md"
keywords = [
    "aingle",
    "ai",
    "titans",
    "nested-learning",
    "memory",
]
categories = [
    "science",
    "algorithms",
]
license = "Apache-2.0 OR LicenseRef-Commercial"
repository = "https://github.com/ApiliumCode/aingle"

[features]
default = []
full-ml = [
    "candle-core",
    "candle-nn",
]
iot = []
test_utils = []

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

[dependencies.blake2]
version = "0.10"

[dependencies.candle-core]
version = "0.9"
optional = true

[dependencies.candle-nn]
version = "0.4"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dashmap]
version = "6.0"

[dependencies.ndarray]
version = "0.17"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.9"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
]

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]