# 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 = "disk-persist" version = "0.1.0" authors = ["Grant Handy "] description = "A library that makes it very easy for your application to keep data inbetween executions" homepage = "https://grantshandy.github.io/" documentation = "https://docs.rs/disk-persist/" readme = "README.md" keywords = [ "disk", "persist", "cache", "save", ] license = "MIT" repository = "https://github.com/grantshandy/disk-persist/" resolver = "2" [dependencies.bincode] version = "1.3" [dependencies.dirs] version = "4" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1" [dev-dependencies.serde] version = "1.0" features = ["derive"]