holochain_persistence_api 0.0.8

persistence api for content addressable storage and entity attribute value indexes
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]
name = "holochain_persistence_api"
version = "0.0.8"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = "build.rs"
description = "persistence api for content addressable storage and entity attribute value indexes"
documentation = "https://docs.rs/holochain_persistence_api"
readme = "README.md"
keywords = ["holochain", "holo", "persistence", "cas", "eav"]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain-persistence"
[dependencies.arrayref]
version = "=0.3.5"

[dependencies.base64]
version = "=0.10.1"

[dependencies.chrono]
version = "=0.4.6"

[dependencies.futures-channel-preview]
version = "=0.3.0-alpha.17"

[dependencies.futures-core-preview]
version = "=0.3.0-alpha.17"

[dependencies.futures-executor-preview]
version = "=0.3.0-alpha.17"

[dependencies.futures-io-preview]
version = "=0.3.0-alpha.17"

[dependencies.futures-preview]
version = "=0.3.0-alpha.17"

[dependencies.futures-sink-preview]
version = "=0.3.0-alpha.17"

[dependencies.futures-util-preview]
version = "=0.3.0-alpha.17"

[dependencies.hcid]
version = "=0.0.6"

[dependencies.holochain_json_api]
version = "=0.0.17"

[dependencies.holochain_json_derive]
version = "=0.0.17"

[dependencies.lazy_static]
version = "=1.2.0"

[dependencies.multihash]
version = "=0.8.0"

[dependencies.objekt]
version = "=0.1.2"

[dependencies.regex]
version = "=1.1.2"

[dependencies.rust-base58]
version = "=0.0.4"

[dependencies.serde]
version = "=1.0.89"

[dependencies.serde_derive]
version = "=1.0.89"

[dependencies.serde_json]
version = "=1.0.39"
features = ["preserve_order"]

[dependencies.shrinkwraprs]
version = "=0.2.1"

[dependencies.uuid]
version = "=0.7.1"
features = ["v4"]
[dev-dependencies.maplit]
version = "=1.0.1"