pf_foundation_utils 0.1.1

Foundation utilities for RAII patterns, resource management, and scoped operations
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"
rust-version = "1.85"
name = "pf_foundation_utils"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Foundation utilities for RAII patterns, resource management, and scoped operations"
readme = false
license = "Apache-2.0"
repository = "https://github.com/promptfleet/promptfleet-agents"
resolver = "2"

[features]
default = []

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

[dependencies.web-time]
version = "1.0"
optional = true

[dev-dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "macros",
    "time",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
optional = true