nu_plugin_audio 0.2.4

A nushell plugin to make and play sounds
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 = "nu_plugin_audio"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A nushell plugin to make and play sounds"
homepage = "https://github.com/SuaveIV/nu_plugin_audio"
readme = "README.md"
keywords = [
    "nushell",
    "audio",
    "mp3",
    "player",
    "plugin",
]
license = "MIT"
repository = "https://github.com/SuaveIV/nu_plugin_audio"

[package.metadata]
authors-file = "AUTHORS"

[features]
all-decoders = [
    "default",
    "rodio/minimp3",
    "rodio/64bit",
    "rodio/recording",
    "rodio/wav_output",
    "rodio/experimental",
]
default = [
    "rodio/playback",
    "rodio/symphonia-all",
    "rodio/dither",
    "rodio/symphonia-simd",
]
lite = [
    "rodio/playback",
    "rodio/flac",
    "rodio/vorbis",
    "rodio/wav",
    "rodio/symphonia-mp3",
]

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

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

[dependencies.chrono]
version = "0.4.41"

[dependencies.crossterm]
version = "0.29"

[dependencies.env_logger]
version = "0.11"

[dependencies.lofty]
version = "0.23"

[dependencies.log]
version = "0.4"

[dependencies.nu-plugin]
version = "0.111.0"

[dependencies.nu-protocol]
version = "0.111.0"
features = ["plugin"]

[dependencies.rodio]
version = "0.22.1"
default-features = false

[dependencies.unicode-width]
version = "0.2"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = 2
lto = true
codegen-units = 1
strip = true