temprs 2.9.9

A temporary file manager with stack mechanism
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 = "temprs"
version = "2.9.9"
authors = ["Jacob Menke <linux.dev25@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A temporary file manager with stack mechanism"
homepage = "https://github.com/MenkeTechnologies/temprs"
readme = "README.md"
keywords = [
    "cli",
    "temporary-file",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/MenkeTechnologies/temprs"

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

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

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

[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.clap]
version = "4.6.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.fs2]
version = "0.4"

[dependencies.log]
version = "0.4.29"

[dependencies.simple_logger]
version = "5.2.0"

[dev-dependencies.criterion]
version = "0.8"

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