# 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 = "localsavefile" version = "0.2.10" authors = ["LeHuman"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Save and load structs from a local file. A convenience wrapper around the savefile crate." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/lehuman/localsavefile" [lib] name = "localsavefile" path = "src/lib.rs" [dependencies.directories] version = "5.0.1" [dependencies.localsavefile-derive] version = "=0.2.10" [dependencies.sanitize-filename] version = "0.5.0" [dependencies.savefile] version = "0.17.13" features = [ "compression", "derive", "serde", ] [dependencies.tracing] version = "0.1.40"