bunkr-client 0.2.1

A Rust library and CLI tool for uploading files to Bunkr.cr
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 = "2021"
name = "bunkr-client"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library and CLI tool for uploading files to Bunkr.cr"
homepage = "https://github.com/sn0w12/bunkr-client"
readme = "README.md"
keywords = [
    "bunkr",
    "uploader",
    "cli",
    "file-upload",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/sn0w12/bunkr-client"

[features]
cli = [
    "clap",
    "anstyle",
    "keyring",
    "toml",
    "dirs",
]
default = [
    "cli",
    "ui",
    "download",
]
download = [
    "json5",
    "regex",
]
ui = [
    "ratatui",
    "crossterm",
    "webbrowser",
]

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

[[bin]]
name = "bunkr-client"
path = "src/main.rs"

[dependencies.anstyle]
version = "1.0"
optional = true

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4.6"
features = ["derive"]
optional = true

[dependencies.crossterm]
version = "0.29"
optional = true

[dependencies.dirs]
version = "6.0"
optional = true

[dependencies.json5]
version = "1.3"
optional = true

[dependencies.keyring]
version = "3.6"
features = [
    "windows-native",
    "linux-native",
]
optional = true

[dependencies.mime_guess]
version = "2.0"

[dependencies.ratatui]
version = "0.30"
optional = true

[dependencies.regex]
version = "1.10"
optional = true

[dependencies.reqwest]
version = "0.13"
features = [
    "multipart",
    "stream",
    "json",
    "rustls",
    "form",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
]

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dependencies.toml]
version = "1.0"
optional = true

[dependencies.urlencoding]
version = "2.1"

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

[dependencies.webbrowser]
version = "1.2"
optional = true

[profile.release]
opt-level = 3
lto = true
panic = "abort"
strip = true