# 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.11" authors = ["LeHuman"] 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" [dependencies.directories] version = "5.0.1" [dependencies.localsavefile-derive] version = "=0.2.10" [dependencies.sanitize-filename] version = "0.6.0" [dependencies.savefile] version = "0.18.5" features = [ "compression", "derive", "serde", ] [dependencies.tracing] version = "0.1.41"