unbase 0.0.2

Unbase intends to be a causal, coordination-free distributed data-persistence and application framework. It is fundamentally reactive, fault tolerant, and decentralized.
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 = "unbase"
version = "0.0.2"
authors = ["Daniel Norman <daniel@gudtech.com>"]
exclude = ["docs/*", "jekyll-docs-template/*", "old/*", "simulation/*", "schema/*"]
description = "Unbase intends to be a causal, coordination-free distributed data-persistence and application framework. It is fundamentally reactive, fault tolerant, and decentralized."
homepage = "https://unba.se"
documentation = "https://docs.rs/unbase/"
readme = "README.md"
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/unbase/unbase"
[dependencies.futures-await]
version = "0.1"

[dependencies.itertools]
version = "0.5.9"

[dependencies.linked-hash-map]
version = "0.3.0"

[dependencies.serde]
version = "0.9.11"

[dependencies.serde_derive]
version = "0.9.11"

[dependencies.serde_json]
version = "0.9.9"

[dependencies.sha2]
version = "0.4.0"

[features]