[dependencies.chrono]
version = "0.4.41"
[lib]
name = "xtstate"
path = "src/lib.rs"
[package]
authors = ["Giorgos Ntemiris <ntemirisgiorgos3@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for managing and manipulating state in a functional programming style."
edition = "2024"
keywords = ["state"]
license = "MIT"
name = "xtstate"
readme = "README.md"
repository = "https://github.com/gntem/xtstate"
version = "0.1.0"