garjan 1.1.0

garjan — Environmental and nature sound synthesis: thunder, rain, wind, fire, impacts, ambience
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 = "garjan"
version = "1.1.0"
build = false
exclude = [
    ".claude/",
    ".github/",
    "docs/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "garjan — Environmental and nature sound synthesis: thunder, rain, wind, fire, impacts, ambience"
homepage = "https://github.com/MacCracken/garjan"
documentation = "https://docs.rs/garjan"
readme = "README.md"
keywords = [
    "environment",
    "sound",
    "synthesis",
    "nature",
    "ambience",
]
categories = ["multimedia::audio"]
license = "GPL-3.0-only"
repository = "https://github.com/MacCracken/garjan"

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

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

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

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

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

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

[[example]]
name = "weather_scene"
path = "examples/weather_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"