nextgraph 0.1.0

NextGraph client library. Nextgraph is a decentralized, secure and local-first web 3.0 ecosystem based on Semantic Web and CRDTs
[[example]]
name = "in_memory"
required-features = []

[[example]]
name = "persistent"
required-features = []

[[example]]
name = "open"
required-features = []
[badges.maintenance]
status = "actively-developed"
[dependencies.async-once-cell]
version = "0.5.3"

[dependencies.async-std]
features = ["attributes", "unstable"]
version = "1.12.0"

[dependencies.async-trait]
version = "0.1.64"

[dependencies.base64-url]
version = "2.0.0"

[dependencies.futures]
version = "0.3.24"

[dependencies.ng-client-ws]
version = "0.1.0"

[dependencies.ng-net]
version = "0.1.0"

[dependencies.ng-repo]
version = "0.1.0"

[dependencies.ng-verifier]
version = "0.1.0-alpha"

[dependencies.ng-wallet]
version = "0.1.0-alpha"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.serde_bare]
version = "0.5.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.web-time]
version = "0.2.0"

[dependencies.zeroize]
features = ["zeroize_derive"]
version = "1.6.0"

[package]
authors = ["Niko PLP <niko@nextgraph.org>"]
categories = ["asynchronous", "text-editors", "web-programming", "development-tools", "database-implementations"]
description = "NextGraph client library. Nextgraph is a decentralized, secure and local-first web 3.0 ecosystem based on Semantic Web and CRDTs"
documentation = "https://docs.nextgraph.org/"
edition = "2021"
homepage = "https://nextgraph.org"
keywords = ["crdt", "e2ee", "local-first", "p2p", "semantic-web"]
license = "MIT/Apache-2.0"
name = "nextgraph"
readme = "README.md"
repository = "https://git.nextgraph.org/NextGraph/nextgraph-rs"
resolver = "1"
rust-version = "1.74.0"
version = "0.1.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ng-storage-rocksdb]
version = "0.1.0"