ftts-kernels 0.1.5

CPU kernels and f32 reference numerics for franken_tts (Qwen3-TTS in pure Rust)
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 = "2024"
rust-version = "1.90"
name = "ftts-kernels"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPU kernels and f32 reference numerics for franken_tts (Qwen3-TTS in pure Rust)"
readme = false
keywords = [
    "tts",
    "speech",
    "qwen",
    "voice",
    "audio",
]
categories = ["multimedia::audio"]
license-file = "LICENSE"
repository = "https://github.com/Dicklesworthstone/franken_tts"

[features]
accelerate-sgemm = []
default = [
    "native-mmap",
    "accelerate-sgemm",
    "neon-dotprod",
]
native-mmap = []
neon-dotprod = []

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

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

[dependencies]

[target."cfg(unix)".dependencies.libc]
version = "0.2"