holochain_persistence_pickle 0.0.6

persistence for content addressable storage and entity attribute value indexes backed by pickledb-rs.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "holochain_persistence_pickle"
version = "0.0.6"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
description = "persistence for content addressable storage and entity attribute value indexes backed by pickledb-rs."
documentation = "https://docs.rs/holochain_persistence_pickle"
readme = "README.md"
keywords = ["holochain", "persistence", "pickledb-rs", "cas", "eav"]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain-persistence"
[dependencies.glob]
version = "=0.3.0"

[dependencies.holochain_json_api]
version = "=0.0.15"

[dependencies.holochain_persistence_api]
version = "=0.0.6"

[dependencies.lazy_static]
version = "=1.2.0"

[dependencies.multihash]
version = "=0.8.0"

[dependencies.pickledb]
version = "=0.4.0"

[dependencies.serde]
version = "=1.0.89"

[dependencies.serde_derive]
version = "=1.0.89"

[dependencies.serde_test]
version = "=1.0.89"

[dependencies.uuid]
version = "=0.7.1"
features = ["v4"]
[dev-dependencies.tempfile]
version = "=3.0.7"