# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.0" name = "ng-broker" version = "0.1.0-preview.6" authors = ["Niko PLP "] description = "Broker library of NextGraph, a decentralized, secure and local-first web 3.0 ecosystem based on Semantic Web and CRDTs" homepage = "https://nextgraph.org" documentation = "https://docs.nextgraph.org/" readme = "README.md" keywords = [ "crdt", "e2ee", "local-first", "p2p", "pubsub", ] license = "MIT/Apache-2.0" repository = "https://git.nextgraph.org/NextGraph/nextgraph-rs" resolver = "1" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.64" [dependencies.blake3] version = "1.3.1" [dependencies.either] version = "1.8.1" features = ["serde"] [dependencies.futures] version = "0.3.24" [dependencies.ng-async-tungstenite] version = "0.22.2" features = ["async-std-runtime"] [dependencies.ng-client-ws] version = "0.1.0-preview.1" [dependencies.ng-net] version = "0.1.0-preview.1" [dependencies.ng-repo] version = "0.1.0-preview.1" [dependencies.ng-storage-rocksdb] version = "0.1.0-preview.6" [dependencies.ng-verifier] version = "0.1.0-preview.6" [dependencies.once_cell] version = "1.17.1" [dependencies.rust-embed] version = "6.7.0" features = ["include-exclude"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bare] version = "0.5.0" [dependencies.serde_json] version = "1.0.96" [dev-dependencies.tempfile] version = "3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.getrandom] version = "0.2.7" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.netdev] version = "0.26" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.7" features = ["js"] [badges.maintenance] status = "actively-developed"