| Crates.io | supertonic |
| lib.rs | supertonic |
| version | 0.1.0 |
| created_at | 2025-11-26 04:14:58.49354+00 |
| updated_at | 2025-11-26 04:14:58.49354+00 |
| description | Supertonic - A Rust package for text-to-speech (TTS) functionality. This is an early placeholder release. |
| homepage | |
| repository | https://github.com/yourusername/supertonic-rust |
| max_upload_size | |
| id | 1950920 |
| size | 15,033 |
A Rust library for text-to-speech (TTS) functionality.
🚧 This is an early placeholder release 🚧
This crate is currently in early development to reserve the package name on crates.io. Full functionality is under active development and will be released soon.
Add this to your Cargo.toml:
[dependencies]
supertonic = "0.1"
use supertonic::version;
fn main() {
println!("Supertonic version: {}", version());
}
This project is in early stages. Please watch this repository for updates.
Contributions are welcome once the initial implementation is complete.
Licensed under either of:
at your option.