# 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-wallet" version = "0.1.0-preview.6" authors = ["Niko PLP "] description = "Wallet library of NextGraph. keeps the secret keys of all identities of the user in a safe wallet. NextGraph is 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", "privacy-protection", ] categories = ["authentication"] license = "MIT/Apache-2.0" repository = "https://git.nextgraph.org/NextGraph/nextgraph-rs" resolver = "1" [dependencies.aes-gcm-siv] version = "0.11.1" features = [ "aes", "heapless", "getrandom", "std", ] [dependencies.argon2] version = "0.5.0" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "unstable", ] [dependencies.blake3] version = "1.3.1" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.crypto_box] version = "0.8.2" features = ["seal"] [dependencies.getrandom] version = "0.1.1" features = ["wasm-bindgen"] [dependencies.image] version = "0.24.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.ng-net] version = "0.1.0-preview.1" [dependencies.ng-repo] version = "0.1.0-preview.1" [dependencies.ng-verifier] version = "0.1.0-preview.6" [dependencies.rand] version = "0.7" features = ["getrandom"] [dependencies.safe-transmute] version = "0.11.2" [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.serde-big-array] version = "0.5.1" [dependencies.serde_bare] version = "0.5.0" [dependencies.serde_bytes] version = "0.11.7" [dependencies.web-time] version = "0.2.0" [dependencies.zeroize] version = "1.7.0" features = ["zeroize_derive"] [dev-dependencies.ng-repo] version = "0.1.0-preview.1" features = ["testing"] [dev-dependencies.ng-verifier] version = "0.1.0-preview.6" features = ["testing"]