# 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-verifier" version = "0.1.0-preview.6" authors = ["Niko PLP "] build = "build.rs" description = "Verifier library of NextGraph" homepage = "https://nextgraph.org" documentation = "https://docs.nextgraph.org/" readme = "README.md" keywords = [ "crdt", "e2ee", "local-first", "p2p", "eventual-consistency", ] license = "MIT/Apache-2.0" repository = "https://git.nextgraph.org/NextGraph/nextgraph-rs" resolver = "1" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "unstable", ] [dependencies.async-trait] version = "0.1.64" [dependencies.automerge] version = "0.5.9" [dependencies.bloomfilter] version = "1.0.13" features = [ "random", "serde", ] [dependencies.either] version = "1.8.1" [dependencies.futures] version = "0.3.24" [dependencies.ng-net] version = "0.1.0-preview.1" [dependencies.ng-oxigraph] version = "0.4.0-alpha.7-ngpreview6" [dependencies.ng-repo] version = "0.1.0-preview.1" [dependencies.rand] version = "0.7" features = ["getrandom"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bare] version = "0.5.0" [dependencies.serde_bytes] version = "0.11.7" [dependencies.web-time] version = "0.2.0" [dependencies.yrs] version = "0.18.2" [dev-dependencies.ng-repo] version = "0.1.0-preview.1" features = ["testing"] [features] testing = [] [target."cfg(all(not(target_family = \"wasm\"),not(docsrs)))".dependencies.getrandom] version = "0.2.7" [target."cfg(all(not(target_family = \"wasm\"),not(docsrs)))".dependencies.ng-storage-rocksdb] version = "0.1.0-preview.6" [target."cfg(target_family = \"wasm\")".dependencies.ng-oxigraph] version = "0.4.0-alpha.7-ngpreview6" features = ["js"] [badges.maintenance] status = "actively-developed"