getquotes 0.7.0

A simple cli tool to get quotes in your terminal using WikiQuotes
# 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 = "getquotes"
version = "0.7.0"
authors = ["MuntasirSZN <muntasir.joypurhat@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple cli tool to get quotes in your terminal using WikiQuotes"
documentation = "https://github.com/MuntasirSZN/getquotes"
readme = "README.md"
keywords = [
    "cli",
    "command-line",
    "quotes",
    "rust",
    "wikiquote",
]
license = "MIT"
repository = "https://github.com/MuntasirSZN/getquotes"

[package.metadata.android]
build_targets = ["aarch64-linux-android"]

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

[[bin]]
name = "generate_config_schema"
path = "src/bin/generate_config_schema.rs"

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

[[test]]
name = "background_tests"
path = "tests/background_tests.rs"

[[test]]
name = "cache_tests"
path = "tests/cache_tests.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[[test]]
name = "config_full_tests"
path = "tests/config_full_tests.rs"

[[test]]
name = "config_tests"
path = "tests/config_tests.rs"

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"

[[test]]
name = "logger_tests"
path = "tests/logger_tests.rs"

[[test]]
name = "quotes_tests"
path = "tests/quotes_tests.rs"

[[test]]
name = "types_tests"
path = "tests/types_tests.rs"

[dependencies.anstyle]
version = "1.0.14"

[dependencies.clap]
version = "4.6.1"
features = [
    "cargo",
    "color",
    "derive",
    "error-context",
    "help",
    "std",
    "string",
    "usage",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4.6.5"

[dependencies.clap_complete_nushell]
version = "4.6.0"

[dependencies.cssparser]
version = "0.37.0"

[dependencies.cssparser-color]
version = "0.5.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.git_rev]
version = "0.1.0"

[dependencies.jiff]
version = "0.2.27"

[dependencies.log]
version = "0.4.30"

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "socks",
]

[dependencies.rusqlite]
version = "0.40.0"
features = ["bundled"]

[dependencies.schemars]
version = "1.2.1"

[dependencies.scraper]
version = "0.27.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.terminal_size]
version = "0.4.4"

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

[dependencies.toml]
version = "1.1.2"

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.lazy_static]
version = "1.5.0"

[dev-dependencies.mockito]
version = "1.7.2"

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

[build-dependencies.clap]
version = "4.6.1"
features = [
    "cargo",
    "color",
    "derive",
    "error-context",
    "help",
    "std",
    "string",
    "usage",
    "wrap_help",
]

[build-dependencies.clap_complete]
version = "4.6.5"

[build-dependencies.clap_complete_nushell]
version = "4.6.0"

[build-dependencies.clap_mangen]
version = "0.3.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true