# 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 = "hive-mind" version = "0.1.10" authors = ["modeckrus"] description = "A simple key-value database with easy struct support powered on sled" readme = "README.md" keywords = [ "database", "key-value", "sled", "serde", "pure-rust", ] license = "MIT" repository = "https://github.com/modeckrus/hive" [dependencies.lazy_static] version = "1.4.0" [dependencies.pot] version = "3.0.0" [dependencies.serde] version = "1.0.183" features = [ "rc", "derive", "serde_derive", ] [dependencies.sled] version = "0.34.7" [dependencies.thiserror] version = "1.0.46" [dependencies.tokio] version = "1.32.0" features = ["sync"] [dev-dependencies.tokio] version = "1.32.0" features = ["full"]