mediar 1.2.2

Rename and move media files using metadata from TMDB
# 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 = "mediar"
version = "1.2.2"
authors = ["Shad Sharma <shadanan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rename and move media files using metadata from TMDB"
readme = "README.md"
license = "MIT"
repository = "https://github.com/shadanan/mediar"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.colored]
version = "3.0.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures]
version = "0.3.31"

[dependencies.inquire]
version = "0.9.1"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.0"
features = [
    "json",
    "query",
]

[dependencies.sanitize-filename]
version = "0.6.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.20.0"

[dependencies.textwrap]
version = "0.16.2"
features = ["terminal_size"]

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.walkdir]
version = "2.5.0"

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