# 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 = "general_storage_file" version = "0.3.0" authors = ["Stephen Sherratt "] description = "Implementation of general_storage::Storage backed by files." homepage = "https://github.com/gridbugs/general-storage.git" documentation = "https://docs.rs/general_storage_file" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/general-storage.git" resolver = "1" [dependencies.general_storage] version = "0.3" [features] bincode = ["general_storage/bincode"] compress = ["general_storage/compress"] json = ["general_storage/json"] toml = ["general_storage/toml"] yaml = ["general_storage/yaml"]