audio-batch-speedup 0.1.2

Batch speed up 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 = "2024"
name = "audio-batch-speedup"
version = "0.1.2"
build = false
exclude = [
    ".github",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Batch speed up audio files"
readme = "README.md"
keywords = [
    "audio",
    "speedup",
    "batch",
    "ffmpeg",
    "cli",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/lxl66566/audio-batch-speedup"

[features]
bin = [
    "anyhow",
    "clap",
    "pretty_env_logger",
]

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

[[bin]]
name = "abs"
path = "src/main.rs"
required-features = ["bin"]

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.bitflags]
version = "2"

[dependencies.clap]
version = "4.6"
features = ["derive"]
optional = true

[dependencies.indicatif]
version = "0.18"
features = ["rayon"]

[dependencies.log]
version = "0.4"

[dependencies.pretty_env_logger]
version = "0.5"
optional = true

[dependencies.rayon]
version = "1.12"

[dependencies.tempfile]
version = "3.24"

[dependencies.walkdir]
version = "2.3"

[profile.release]
opt-level = "s"
lto = true
panic = "abort"
strip = true