ftts-artifacts 0.1.6

Weight containers and safetensors reading for franken_tts (.fttsq, census, conversion)
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-artifacts"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Weight containers and safetensors reading for franken_tts (.fttsq, census, conversion)"
readme = false
keywords = [
    "tts",
    "speech",
    "qwen",
    "voice",
    "audio",
]
categories = ["multimedia::audio"]
license-file = "LICENSE"
repository = "https://github.com/Dicklesworthstone/franken_tts"

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

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

[[test]]
name = "pinned_checkpoint"
path = "tests/pinned_checkpoint.rs"

[dependencies.ftts-core]
version = "0.1.6"

[dependencies.ftts-kernels]
version = "0.1.6"

[dependencies.serde_json]
version = "1.0"

[lints.rust]
unsafe_code = "forbid"