json_state 0.1.0

A simple Rust library for managing states using json with file persistence.
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 = "json_state"
version = "0.1.0"
authors = ["bambby <https://www.linkedin.com/in/bambby-plus/>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple Rust library for managing states using json with file persistence."
documentation = "https://docs.rs/json_state"
readme = "README.md"
keywords = [
    "json",
    "state",
    "persistence",
    "storage",
    "file-system",
]
categories = [
    "data-structures",
    "filesystem",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bambby-plus/json_state.git"

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

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.uuid]
version = "1.16.0"
features = [
    "serde",
    "v4",
]