nosy-cli 0.1.0

nosy: various contents summarization tool powered by artificial intelligence
# 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 = "nosy-cli"
version = "0.1.0"
authors = ["ynqa <un.pensiero.vano@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nosy: various contents summarization tool powered by artificial intelligence"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ynqa/nosy"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-trait]
version = "0.1.89"

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

[dependencies.clap_complete]
version = "4.5.65"

[dependencies.env_logger]
version = "0.11.7"

[dependencies.genai]
version = "0.5.2"

[dependencies.handlebars]
version = "6.4.0"

[dependencies.headless_chrome]
version = "1.0.20"
features = ["fetch"]

[dependencies.indicatif]
version = "0.18.3"

[dependencies.log]
version = "0.4.29"

[dependencies.pdf-extract]
version = "0.10.0"

[dependencies.readabilityrs]
version = "0.1.1"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "rustls",
    "gzip",
    "brotli",
    "deflate",
]
default-features = false

[dependencies.rodio]
version = "0.21.1"
features = [
    "mp3",
    "mp4",
    "wav",
    "symphonia-pcm",
]
default-features = false

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

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

[dependencies.tree_magic_mini]
version = "3.2.2"

[dependencies.uuid]
version = "1.20.0"
features = ["v4"]

[dependencies.validator]
version = "0.20.0"
features = ["derive"]

[dependencies.which]
version = "8.0.0"

[dependencies.whisper-rs]
version = "0.15.1"

[profile.dist]
lto = true
codegen-units = 1
inherits = "release"