# 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 = "kvstore" version = "0.2.1" description = "A simple, typesafe key-value store, that allows users to set, get, and delete key-value pairs, with each key stored in a separate file on disk." homepage = "https://patbeagan.dev" readme = "Readme.md" license-file = "LICENSE.txt" repository = "https://github.com/patbeagan1/Open-Source-Requests" [dependencies.clap] version = "4.4.2" [dependencies.home] version = "0.5.5" [dependencies.log] version = "0.4.20" [dependencies.simple_logger] version = "4.2.0"