# 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 = "2021" name = "rusty-store" version = "0.2.1" authors = ["Noah Mazy "] 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." readme = "README.md" keywords = [ "storage", "data", "persistence", "data-management", ] license = "GPL-3.0" repository = "https://github.com/mazynoah/RustyStore" [[example]] name = "manager" [[example]] name = "manager_trait" [[example]] name = "manager_uncommitted" [[example]] name = "handle" [dependencies.dirs] version = "5.0.1" [dependencies.log] version = "0.4.22" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.ron] version = "0.8.1" [dependencies.rustystore-macros] version = "0.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.syn] version = "2.0.77" [dependencies.thiserror] version = "1.0.63"