animalese 0.2.0

Rust library for generating Animal Crossing-style animalese speech sounds
Documentation
[[bin]]
name = "animalese"
path = "src/bin/animalese.rs"

[dependencies.atty]
version = "0.2"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.crossterm]
version = "0.27"

[dependencies.kira]
version = "0.9"

[dependencies.rand]
version = "0.8"

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

[package]
authors = ["Kyle Kelley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio"]
description = "Rust library for generating Animal Crossing-style animalese speech sounds"
edition = "2024"
exclude = ["**/.DS_Store", "target/"]
keywords = ["audio", "animalese", "animal-crossing", "speech", "sound"]
license = "MIT"
name = "animalese"
readme = "README.md"
version = "0.2.0"