project-absence 0.13.0

👁️ Uncover the unseen
# 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 = "project-absence"
version = "0.13.0"
build = false
include = [
    "/Cargo.toml",
    "/LICENSE.md",
    "/README.md",
    "/TERMS_OF_USE.md",
    "/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "👁️  Uncover the unseen"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kkrypt0nn/project-absence"

[features]
clipboard = ["dep:arboard"]
default = []

[[bin]]
name = "project-absence"
path = "src/main.rs"

[dependencies.arboard]
version = "=3.6.1"
optional = true

[dependencies.base64]
version = "=0.22.1"

[dependencies.chrono]
version = "=0.4.43"

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

[dependencies.human_bytes]
version = "=0.4.3"

[dependencies.memory-stats]
version = "=1.2.0"

[dependencies.mlua]
version = "=0.11.5"
features = [
    "lua54",
    "send",
    "vendored",
]

[dependencies.rand]
version = "=0.9.2"

[dependencies.regex]
version = "=1.12.2"

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

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

[dependencies.serde_json]
version = "=1.0.149"

[dependencies.simple-semaphore]
version = "=0.2.0"

[dependencies.tangra]
version = "=1.3.0"

[dependencies.toml]
version = "=0.9.11"

[dependencies.x509-parser]
version = "=0.18.0"