opengate 0.3.1

An open-source toolset for consciousness expansion.
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"
name = "opengate"
version = "0.3.1"
authors = ["Savage Ogre <savageogre.music@gmail.com>"]
build = false
exclude = [
    "audio/*.wav",
    "text_to_speech/*.tar.gz",
    "text_to_speech/models/*.onnx",
    "text_to_speech/models/*.onnx.json",
    ".github/*",
    "target/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An open-source toolset for consciousness expansion."
readme = "README.md"
keywords = [
    "audio",
    "binaural",
    "entrainment",
    "meditation",
    "opengate",
]
categories = ["multimedia::audio"]
license = "GPL-3.0-or-later"

[features]
default = []
flac = ["flac-bound"]

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

[[bin]]
name = "opengate"
path = "src/bin/opengate.rs"

[[bin]]
name = "opengate-download-models"
path = "src/bin/opengate-download-models.rs"

[[bin]]
name = "opengate-tts"
path = "src/bin/opengate-tts.rs"

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

[dependencies.dasp]
version = "0.11.0"
features = ["signal"]

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.flac-bound]
version = "0.5"
features = ["libflac-nobuild"]
optional = true
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.hound]
version = "3.5.1"

[dependencies.log]
version = "0.4.28"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.11.2"

[dependencies.reqwest]
version = "0.12.23"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10.9"

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.yaml-merge-keys]
version = "0.8.2"
features = ["serde_yaml"]