# 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 = "pond-cache" version = "1.0.1" authors = ["Mike Rivnak "] description = "A simple, local, persistent cache for Rust" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/mrivnak/pond" [dependencies.bitcode] version = "0.6.0" features = ["serde"] default-features = false [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.rusqlite] version = "0.31.0" features = [ "blob", "bundled", ] [dependencies.serde] version = "1.0.202" [dev-dependencies.bitcode] version = "0.6.0" features = ["serde"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.202" features = ["derive"] [dev-dependencies.uuid] version = "1.8.0" features = [ "v4", "serde", ]