# 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 = "2018" name = "dinglebit-store" version = "1.1.0" authors = ["Joshua Marsh (icub3d) "] description = "simplified storage interface" homepage = "https://www.dinglebit.com/" documentation = "https://docs.rs/dinglebit-store" readme = "README.md" categories = ["database-implementations"] license = "MIT" repository = "https://github.com/dinglebit/store.rs" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_derive] version = "1.0.125" [dependencies.serde_json] version = "1.0.64" [dependencies.sha2] version = "0.9.3" [dependencies.sled] version = "0.34.6" [dependencies.tempfile] version = "3.2.0"