[dependencies.dirs]
version = "6.0.0"
[dependencies.log]
version = "0.4.27"
[dependencies.proc-macro2]
version = "1.0.101"
[dependencies.quote]
version = "1.0"
[dependencies.ron]
version = "0.11.0"
[dependencies.rustystore-macros]
version = "0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.syn]
version = "2.0.106"
[dependencies.thiserror]
version = "2.0.16"
[[example]]
name = "custom_location"
path = "examples/custom_location/main.rs"
[[example]]
name = "handle"
path = "examples/handle/main.rs"
[[example]]
name = "manager"
path = "examples/manager/main.rs"
[[example]]
name = "manager_trait"
path = "examples/manager_trait/main.rs"
[[example]]
name = "manager_uncommitted"
path = "examples/manager_uncommitted/main.rs"
[[example]]
name = "minimal"
path = "examples/minimal/main.rs"
[lib]
name = "rusty_store"
path = "src/lib.rs"
[package]
authors = ["Noah Mazy <github.com/mazynoah>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for managing and storing serialized data using RON (Rusty Object Notation). It provides utilities for handling various types of stores, managing their persistence, and offering abstractions for modifying and committing data."
edition = "2021"
keywords = ["storage", "data", "persistence", "data-management"]
license = "GPL-3.0"
name = "rusty-store"
readme = "README.md"
repository = "https://github.com/mazynoah/RustyStore"
version = "0.2.4"