imdb-id 3.0.8

Get IMDb IDs using a commandline search tool
# 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.85"
name = "imdb-id"
version = "3.0.8"
authors = ["alpha-tango-kilo <git@heyatk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Get IMDb IDs using a commandline search tool"
homepage = "https://codeberg.org/alpha-tango-kilo/imdb-id"
readme = "README.md"
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://codeberg.org/alpha-tango-kilo/imdb-id"

[features]
default = []
yaml = ["serde_yaml"]

[[bin]]
name = "imdb-id"
path = "src/main.rs"

[dependencies.bitflags]
version = "2.4"

[dependencies.clap]
version = "4.4"
features = [
    "std",
    "help",
    "usage",
    "color",
    "error-context",
    "deprecated",
]
default-features = false

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dialoguer]
version = "0.12.0"
default-features = false

[dependencies.dirs]
version = "6"

[dependencies.humantime]
version = "2.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.jsonxf]
version = "1.1"

[dependencies.lazy-regex]
version = "3.1"

[dependencies.minreq]
version = "2.5"
features = ["https-rustls"]

[dependencies.once_cell]
version = "1.12"

[dependencies.opener]
version = "0.8.4"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9.34"
optional = true

[dependencies.smallvec]
version = "1.6.1"

[dependencies.textwrap]
version = "0.16"
features = ["smawk"]
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.urlencoding]
version = "2.1"

[profile.release]
lto = true