ghurni 1.0.0

ghurni — Mechanical sound synthesis: engines, gears, motors, turbines, RPM-driven harmonics
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 = "ghurni"
version = "1.0.0"
build = false
exclude = [
    ".claude/",
    ".github/",
    "docs/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ghurni — Mechanical sound synthesis: engines, gears, motors, turbines, RPM-driven harmonics"
homepage = "https://github.com/MacCracken/ghurni"
documentation = "https://docs.rs/ghurni"
readme = "README.md"
keywords = [
    "mechanical",
    "engine",
    "sound",
    "synthesis",
    "motor",
]
categories = ["multimedia::audio"]
license = "GPL-3.0-only"
repository = "https://github.com/MacCracken/ghurni"

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

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

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

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

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

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

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

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

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

[dependencies.libm]
version = "0.2"

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

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

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

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

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

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