Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem
https://nextgraph.org
byzantine-fault-tolerancecrdtsdappsdecentralizede2eeeventual-consistencyjson-ldlocal-firstmarkdownocapoffline-firstp2pp2p-networkprivacy-protectionrdfrich-text-editorself-hostedsemantic-websparqlweb3collaboration
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.4 KiB
75 lines
1.4 KiB
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"engine/repo",
|
|
"engine/net",
|
|
"engine/broker",
|
|
"engine/client-ws",
|
|
"engine/verifier",
|
|
"engine/wallet",
|
|
"engine/storage-rocksdb",
|
|
"engine/oxigraph",
|
|
"sdk/rust",
|
|
"sdk/js/lib-wasm",
|
|
"bin/ngd",
|
|
"bin/ngcli",
|
|
"infra/ngaccount",
|
|
"infra/ngapp",
|
|
"infra/ngnet",
|
|
"app/nextgraph/src-tauri"
|
|
]
|
|
default-members = ["sdk/rust"]
|
|
|
|
[workspace.package]
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
rust-version = "1.81.0"
|
|
license = "MIT/Apache-2.0"
|
|
authors = ["Niko PLP <niko@nextgraph.org>"]
|
|
repository = "https://git.nextgraph.org/NextGraph/nextgraph-rs"
|
|
homepage = "https://nextgraph.org"
|
|
keywords = [
|
|
"crdt",
|
|
"dapp",
|
|
"decentralized",
|
|
"e2ee",
|
|
"local-first",
|
|
"p2p",
|
|
"semantic-web",
|
|
"eventual-consistency",
|
|
"json-ld",
|
|
"markdown",
|
|
"ocap",
|
|
"vc",
|
|
"offline-first",
|
|
"p2p-network",
|
|
"collaboration",
|
|
"privacy-protection",
|
|
"rdf",
|
|
"rich-text-editor",
|
|
"self-hosted",
|
|
"sparql",
|
|
"byzantine-fault-tolerance",
|
|
"web3",
|
|
"graph-database",
|
|
"database",
|
|
"triplestore",
|
|
]
|
|
documentation = "https://docs.nextgraph.org/"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 's'
|
|
|
|
[profile.test]
|
|
opt-level = 1
|
|
debug = "full"
|
|
|
|
[profile.dev]
|
|
opt-level = 2
|
|
|
|
[patch.crates-io]
|
|
# tauri = { git = "https://github.com/simonhyll/tauri.git", branch="fix/ipc-mixup"}
|
|
# tauri = { git = "https://git.nextgraph.org/NextGraph/tauri.git", branch="alpha.11-nextgraph", features = ["no-ipc-custom-protocol"] }
|
|
|
|
[workspace.dependencies]
|
|
|