psitool 0.6.0

The 100% free and open-source Remote Viewing toolset.
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 = "2024"
name = "psitool"
version = "0.6.0"
authors = ["psitool <psitool@protonmail.com>"]
build = false
exclude = [
    "target/*",
    ".github/*",
]
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "example_config.yaml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The 100% free and open-source Remote Viewing toolset."
readme = "README.md"
keywords = [
    "remoteview",
    "remoteviewing",
    "psi",
    "rv",
    "parapsychology",
]
license = "GPL-3.0-or-later"

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

[[bin]]
name = "psi-rvuid-find"
path = "src/bin/psi_rvuid_find.rs"

[[bin]]
name = "psi-rvuid-gen"
path = "src/bin/psi_rvuid_gen.rs"

[[bin]]
name = "psi-target-pool"
path = "src/bin/psi_target_pool.rs"

[[bin]]
name = "psi-wm-downloader"
path = "src/bin/psi_wm_downloader.rs"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.data-encoding]
version = "2.9.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.28"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.open]
version = "5.3.2"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.11.3"

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

[dependencies.serde]
version = "1.0.227"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1.18.1"
features = ["v5"]