bt_file_utils 0.2.0

Basic file read operation. Returns string with file. The file is either a relative location or passes via an environment variable
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 = "bt_file_utils"
version = "0.2.0"
authors = ["calvarez <calvarez@bachuetech.biz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Basic file read operation. Returns string with file. The file is either a relative location or passes via an environment variable"
homepage = "https://github.com/bachuetech/bt_file_utils"
readme = "README.md"
keywords = [
    "filesystem",
    "file",
    "io",
    "read",
]
categories = ["filesystem"]
license = "GPL-3.0-only"
repository = "https://github.com/bachuetech/bt_file_utils"

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

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

[dependencies.bt_logger]
version = "0.3.2"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.zip]
version = "7.2.0"