holos_core 0.1.0

Fast, dependency-free Hyperdimensional Computing (HDC / VSA) engine
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 = "holos_core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, dependency-free Hyperdimensional Computing (HDC / VSA) engine"
readme = false
keywords = [
    "hyperdimensional",
    "vsa",
    "hdc",
    "machine-learning",
    "edge",
]
categories = [
    "science",
    "no-std",
]
license = "MIT"
repository = "https://github.com/golirt1/holos"

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

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

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

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

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

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

[dependencies]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1