[dependencies.chrono]
version = "0.4.42"
[dependencies.serde]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.149"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dev-dependencies.tempfile]
version = "3.24.0"
[lib]
name = "foothold"
path = "src/lib.rs"
[lints.rust.missing_docs]
level = "warn"
priority = 0
[lints.rust.rust-2024-compatibility]
level = "warn"
priority = 0
[lints.rust.unsafe_code]
level = "warn"
priority = 0
[package]
authors = ["Vikram Auradkar <vikram.auradkar@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Track, checkpoint, and resume long-running operations with detailed progress reporting"
edition = "2024"
homepage = "https://github.com/vauradkar/foothold"
keywords = ["batch", "persistence", "session", "state", "statistics"]
license = "MIT OR Apache-2.0"
name = "foothold"
readme = "README.md"
repository = "https://github.com/vauradkar/foothold"
version = "0.1.0"