prani 1.1.0

prani — Creature and animal vocal synthesis: species-specific voice models, call patterns, non-human vocal tracts
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.89"
name = "prani"
version = "1.1.0"
build = false
exclude = [
    ".claude/",
    ".github/",
    "docs/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "prani — Creature and animal vocal synthesis: species-specific voice models, call patterns, non-human vocal tracts"
homepage = "https://github.com/MacCracken/prani"
documentation = "https://docs.rs/prani"
readme = "README.md"
keywords = [
    "creature",
    "animal",
    "vocal",
    "synthesis",
    "sound",
]
categories = ["multimedia::audio"]
license = "GPL-3.0-only"
repository = "https://github.com/MacCracken/prani"

[features]
default = [
    "std",
    "naad-backend",
]
ffi = ["std"]
full = [
    "std",
    "naad-backend",
    "logging",
    "ffi",
]
logging = ["dep:tracing-subscriber"]
naad-backend = [
    "dep:naad",
    "std",
]
std = [
    "serde/std",
    "svara/std",
    "thiserror/std",
    "tracing/std",
]

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.hisab]
version = "1.2"
features = [
    "num",
    "calc",
]
default-features = false

[dependencies.libm]
version = "0.2"

[dependencies.naad]
version = "1"
optional = true

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.svara]
version = "1"
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.tracing]
version = "0.1"
default-features = false

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.serde_json]
version = "1"