pbcli 2.9.0

pbcli is a command line client which allows to upload and download pastes from privatebin directly from the command line.
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 = "pbcli"
version = "2.9.0"
authors = ["Mydayyy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
pbcli is a command line client which allows to upload and download
pastes from privatebin directly from the command line.
"""
homepage = "https://github.com/Mydayyy/pbcli"
documentation = "https://github.com/Mydayyy/pbcli"
readme = "README.md"
keywords = [
    "privatebin",
    "pastebin",
    "pasteservice",
]
categories = ["command-line-utilities"]
license = "Unlicense OR MIT"
repository = "https://github.com/Mydayyy/pbcli"

[lib]
name = "pbcli"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

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

[dependencies.aes-gcm]
version = "0.9.4"
features = ["aes"]

[dependencies.base64]
version = "0.13"

[dependencies.bs58]
version = "0.4.0"

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

[dependencies.crypto-mac]
version = "0.11.1"

[dependencies.data-url]
version = "0.1.1"

[dependencies.dialoguer]
version = "0.9.0"

[dependencies.directories]
version = "5.0.1"

[dependencies.hex-literal]
version = "0.3.3"

[dependencies.hmac]
version = "0.11.0"

[dependencies.log]
version = "0.4.22"

[dependencies.mime_guess]
version = "2.0.3"

[dependencies.miniz_oxide]
version = "0.5.0"

[dependencies.openssl]
version = "0.10"
features = ["vendored"]

[dependencies.parse-size]
version = "1.0.0"
features = ["std"]

[dependencies.pbkdf2]
version = "0.9.0"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.rand_core]
version = "0.6.3"
features = ["std"]

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

[dependencies.ring]
version = "0.16"

[dependencies.scraper]
version = "0.21.0"

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

[dependencies.serde_json]
version = "1.0.69"

[dependencies.serde_with]
version = "1"

[dependencies.sha2]
version = "0.9.8"

[dependencies.terminal_size]
version = "0.1.17"

[dependencies.typenum]
version = "1.14.0"

[dependencies.uniffi]
version = "0.28.0"
features = ["cli"]
optional = true

[dependencies.url]
version = "2.2.2"
features = ["serde"]