melors 0.2.2

Keyboard-first terminal MP3 player with queue, search, and tag editing
# 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"
rust-version = "1.87"
name = "melors"
version = "0.2.2"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keyboard-first terminal MP3 player with queue, search, and tag editing"
homepage = "https://github.com/TrVHau/melors"
documentation = "https://docs.rs/melors"
readme = "README.md"
keywords = [
    "mp3",
    "terminal",
    "tui",
    "music-player",
    "ratatui",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/TrVHau/melors"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6.0"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.id3]
version = "1.14"

[dependencies.ratatui]
version = "0.30.0"
features = ["crossterm"]
default-features = false

[dependencies.rodio]
version = "0.22.2"
features = [
    "playback",
    "mp3",
]
default-features = false

[dependencies.rusqlite]
version = "0.39.0"
features = ["bundled"]
default-features = false

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

[dependencies.toml]
version = "0.9.8"

[dependencies.walkdir]
version = "2.5"