aprender 0.29.0

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
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.89"
name = "aprender"
version = "0.29.0"
authors = ["Noah Gift <noah@paiml.com>"]
build = false
exclude = [
    "crates/",
    "contracts/",
    "book/",
    "docs/",
    "models/",
    ".github/",
    "scripts/",
    "shims/",
    "fuzz/",
    "golden_traces/",
    ".pv/",
    ".pmat/",
    "target/",
    "*.profraw",
    "*.profdata",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI"
homepage = "https://github.com/paiml/aprender"
documentation = "https://docs.rs/aprender"
readme = "README.md"
keywords = [
    "machine-learning",
    "inference",
    "cli",
    "gpu",
    "simd",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/paiml/aprender"

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

[[bin]]
name = "apr"
path = "src/bin/apr.rs"

[dependencies.apr-cli]
version = "0.29.0"
default-features = true

[dependencies.aprender_ml]
version = "0.29.0"
package = "aprender-core"