[[bin]]
name = "audiovert"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
features = ["derive", "unicode", "wrap_help"]
version = "4.5.53"
[dependencies.ignore]
version = "0.4.25"
[dependencies.jiff]
version = "0.2.16"
[dependencies.lofty]
version = "0.22.4"
[dependencies.termcolor]
version = "1.4.1"
[lib]
name = "audiovert"
path = "src/lib.rs"
[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tool to perform batch conversion of music"
documentation = "https://docs.rs/mediavert"
edition = "2024"
homepage = "https://github.com/udoprog/mediavert"
keywords = ["cbz", "cli", "music", "tui"]
license = "MIT OR Apache-2.0"
name = "audiovert"
readme = "README.md"
repository = "https://github.com/udoprog/mediavert"
version = "0.0.5"