proteus-lib 0.5.3

Library for playing .prot audio files.
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 = "2021"
name = "proteus-lib"
version = "0.5.3"
authors = ["Adam Thomas Howard <adamthomashoward@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for playing .prot audio files."
homepage = "https://github.com/Proteus-Audio/proteus-cli"
readme = "README.md"
keywords = [
    "proteus",
    "audio",
    "matroska",
    "multimedia",
    "media",
]
categories = [
    "multimedia",
    "multimedia::audio",
]
license-file = "LICENSE"
repository = "https://github.com/Proteus-Audio/proteus-cli"

[features]
bench = []
complex-fft = ["rustfft"]
debug = []
default = ["real-fft"]
output-meter = []
real-fft = ["realfft"]

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

[dependencies.dasp_ring_buffer]
version = "0.11.0"

[dependencies.log]
version = "0.4.20"

[dependencies.matroska]
version = "0.26.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.realfft]
version = "3.3.0"
optional = true

[dependencies.rodio]
version = "0.21.1"

[dependencies.rustfft]
version = "6.1.0"
optional = true

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

[dependencies.serde_json]
version = "1.0.108"

[dependencies.symphonia]
version = "0.5.5"
features = [
    "all-codecs",
    "all-formats",
]