falion 1.0.3

An open source, programmed in rust, privacy focused tool and crate for interacting with programming resources (like stackoverflow) fast, efficiently and asynchronously/parallel using the CLI or GUI.
Documentation
[build-dependencies.slint-build]
version = "1.4.1"

[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.35"

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

[dependencies.crossterm]
version = "0.27.0"

[dependencies.dashmap]
version = "5.4.0"

[dependencies.dirs]
version = "5.0.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.hashbrown]
version = "0.14.3"

[dependencies.html2text]
version = "0.12.4"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.9.0"

[dependencies.reqwest]
features = ["json", "gzip", "brotli", "deflate"]
version = "0.11.26"

[dependencies.slint]
version = "1.4.1"

[dependencies.thiserror]
version = "1.0.58"

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

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"

[dependencies.url]
version = "2.5.0"

[dependencies.urlencoding]
version = "2.1.3"

[package]
authors = ["Obscurely <adrian.obscurely@protonmail.com"]
build = "build.rs"
categories = ["command-line-utilities", "web-programming"]
description = "An open source, programmed in rust, privacy focused tool and crate for interacting with programming resources (like stackoverflow) fast, efficiently and asynchronously/parallel using the CLI or GUI."
documentation = "https://github.com/Obscurely/falion/blob/master/README.md"
edition = "2021"
homepage = "https://github.com/Obscurely/falion"
keywords = ["cli", "ui", "async", "stackoverflow", "parallel"]
license = "MIT"
name = "falion"
readme = "README.md"
repository = "https://github.com/Obscurely/falion"
resolver = "2"
rust-version = "1.76.0"
version = "1.0.3"

[package.metadata.deb]
copyright = "2024, 2024 <adrian.obscurely@protonmail.com>"
depends = "$auto"
extended-description = 'An open source, programmed in rust, privacy focused tool and crate for interacting with programming resources (like stackoverflow) fast, efficiently and asynchronously/parallel using the CLI or GUI."'
license-file = ["LICENSE", "0"]
maintainer = "Obscurely <adrian.obscurely@protonmail.com>"
section = "Utilities"

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

[target."cfg(windows)".build-dependencies.embed-resource]
version = "2.4.2"

[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2.2"

[target."cfg(windows)".dependencies.user32-sys]
version = "0.2.0"

[target."cfg(windows)".dependencies.winapi]
features = ["winuser"]
version = "0.3.9"