proteus-cli 0.6.1

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

[features]
bench = ["proteus-lib/bench"]
complex-fft = ["proteus-lib/complex-fft"]
debug = ["proteus-lib/debug"]
default = [
    "output-meter",
    "real-fft",
]
output-meter = ["proteus-lib/output-meter"]
real-fft = ["proteus-lib/real-fft"]

[[bin]]
name = "prot"
path = "src/main.rs"

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

[dependencies.clap]
version = "4.4.7"

[dependencies.colored]
version = "3.1.1"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.libc]
version = "0.2.155"

[dependencies.log]
version = "0.4.20"

[dependencies.proteus-lib]
version = "0.6.2"

[dependencies.rand]
version = "0.8.5"

[dependencies.ratatui]
version = "0.26.3"

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

[dependencies.serde_json]
version = "1.0.108"

[dependencies.symphonia]
version = "0.5.3"

[dependencies.text-to-ascii-art]
version = "0.1.10"

[dev-dependencies.assert_cmd]
version = "2.0.14"

[dev-dependencies.predicates]
version = "3.1.0"

[dev-dependencies.tempfile]
version = "3.10.1"