tvrank 0.10.4

Query and sort information about movies and series
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 = "tvrank"
version = "0.10.4"
authors = ["Fred Morcos <fm@fredmorcos.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query and sort information about movies and series"
homepage = "https://github.com/fredmorcos/tvrank"
readme = "README.md"
keywords = [
    "tv",
    "series",
    "movies",
    "imdb",
    "rank",
]
categories = [
    "caching",
    "command-line-utilities",
    "filesystem",
    "multimedia::video",
    "parsing",
]
license = "MIT"
repository = "https://github.com/fredmorcos/tvrank"
resolver = "2"

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

[[example]]
name = "query"
path = "examples/query.rs"

[dependencies.aho-corasick]
version = "1.1"

[dependencies.atoi]
version = "2.0"

[dependencies.derive_more]
version = "2.0"
features = [
    "display",
    "from",
    "into",
]

[dependencies.deunicode]
version = "1.3"

[dependencies.flate2]
version = "1.0"

[dependencies.fnv]
version = "1.0"

[dependencies.humantime]
version = "2.1"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.5"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.url]
version = "2.2"

[dev-dependencies.indoc]
version = "2.0"

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